Searching contents of a file using command line
03.22.2011 at 3:18 pm Leave a comment
find /path/to/directory -exec grep -c “abc” {} /dev/null \;
Entry filed under: Uncategorized. Tags: .
03.22.2011 at 3:18 pm Leave a comment
find /path/to/directory -exec grep -c “abc” {} /dev/null \;
Entry filed under: Uncategorized. Tags: .
Trackback this post | Subscribe to the comments via RSS Feed