[nycphp-talk] "Becoming A Bash Ninja" Slides
Michael Johnson
mike at michaelpjohnson.com
Wed Mar 25 13:48:48 EDT 2009
Leam Hall wrote:
> Good stuff, I have to take some notes!
>
> My personal favorite is using find with a grep -i for when people mix
> case in filenames.
>
> find . | grep -i <string>
>
> Leam
> _______________________________________________
> New York PHP User Group Community Talk Mailing List
> http://lists.nyphp.org/mailman/listinfo/talk
>
> http://www.nyphp.org/show_participation.php
Or...
find . -iname <string>
Love the presentation, I'm going to refer a few new bash users over to it.
More information about the talk
mailing list