Dotfiles/bin/where
2017-05-14 10:36:16 +01:00

2 lines
74 B
Bash
Executable file

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