MoonPoint Support Logo

 

Click here for the Best Buy Weekly Specials



Advanced Search
March
Sun Mon Tue Wed Thu Fri Sat
       
10
2007
Months
Mar


Sat, Mar 10, 2007 10:09 pm

Finding a String with a Recursive Grep

If you need to find a specific string in all files of a particular type in the current directory and all directories beneath it, you can use a command similar to the following:


find . -name "*.php" -exec grep "noindex" {} /dev/null \;

In this case I want to find all of the PHP files where I have included the string "noindex" in a META tag.

References:

  1. Greg Hinkel's UNIX Tip of the Week for March 3, 1996

[/os/unix/commands] permanent link

Sat, Mar 10, 2007 9:52 pm

Upgrading TinyMUSH 3.0 to 3.1

I upgraded TinyMUSH roleplaying software from version 3.0 to version 3.1.

[ More Info ]

[/gaming/tinymush] permanent link

CompuVest - Notebooks Online training 10% Off one year subscription with code 10PERCENTOFF

Valid HTML 4.01 Transitional

Privacy Policy   Contact

Blosxom logo