Mercurial > ec-dotfiles
view bin/smu @ 453:c3bfb45757e9
FreeBSD grep is GNU grep. Well, up to 9.x.
| author | Edho Arief <edho@myconan.net> |
|---|---|
| date | Fri, 15 Feb 2013 18:18:18 +0900 |
| parents | 5bafb912837e |
| children |
line wrap: on
line source
#!/bin/sh keyword=$(printf "%s\n" "$*" | tr ' ' '*') find /anime/music/ -iname "*${keyword}*"
