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.
_______________________________________________
New York PHP User Group Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

http://www.nyphp.org/show_participation.php

Reply via email to