1
0
Derivar 0
Dotfiles/bin/.bin/search/where
2019-07-30 14:06:10 +01:00

2 linhas
74 B
Bash
Ficheiro executável

#!/usr/bin/bash
find . -name "$1" | sed 's/[^/]\+$//' | uniq -c | sort -g