Grepping Hell
Written by tig on March 10, 2010 – 11:37 am
Well that was a tad embarrassing I thought I had lost the ability to grep. All I wanted to do was find any instances of jt1.name in files in the current directory, simple I thought :
grep jt1.name *
Nope
That returned loads of hits that didn’t match at all eg :
modules/UpgradeWizard/commit.php:$from_dir = clean_path(remove_file_extension($install_file) [...]