Sunday, June 5, 2011

You can add "| grep word" to search for a word in the output of a command. grep can also search through several files: "grep -r -e word /etc".

You can add "| grep word" to search for a word in the output of a command. grep can also search through several files: "grep -r -e word /etc".

No comments:

Post a Comment