Dotfiles/bin/search/where
2019-05-17 12:52:12 +01:00

2 lines
74 B
Bash
Executable file

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