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

2 lines
74 B
Bash
Executable file

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