findr: a GNU/Unix 'find' helper
I've been more aggressive lately about creating helper scripts and aliases for common tasks, and I liked this find helper enough to want to share it. I find that I often do filename searches like this:
find -iname "*some_word*"
That's not so bad to type, but why not make it even easier for my, and maybe your [...]
by Scott Carpenter on 21 January 2010 at 9:41 pm
permalink |
comments (2) | filed under free software
tagged: bash, code, find, gnu-linux, regex, scripts

Richard Stallman: