View Single Post
  #7 (permalink)  
Old 01-28-2006, 07:11 PM
clancey clancey is offline
New Pligger
 
Join Date: Jan 2006
Posts: 18
Thanks: 0
Thanked 0 Times in 0 Posts
As a shortcut, if you are working on a Linux box, using grep will help you track down text in files. For instance:

grep -il "label.js" /home/mywebdirectory/libs/*.*
Reply With Quote