EZ Linux Admin random header image

Entries from January 2012

How to search a directory for a certain search string.

January 23rd, 2012 by EZ linux · No Comments

Pretty simple, this takes minimal load and delivers the data as it’s found. grep -R String *

Click to continue →

Tags: Linux Commands · Linux Software / Scripts · Linux Tricks