[nycphp-talk] "Becoming A Bash Ninja" Slides
Michael Hernandez
sequethin at gmail.com
Wed Mar 25 13:55:17 EDT 2009
On Mar 25, 2009, at 1:48 PM, Michael Johnson wrote:
> 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.
and don't forget vimtutor
and.... for the daring.... zsh
:)
--Mike H
More information about the talk
mailing list