Imagine, you could type the title of this blog in your command line. Here is a possible result of the command.
Wednesday, January 27, 2010
Use grep recursively
$> grep -r --include='*.c' ll_que .
recursivly (-r) search all subdirectories of current directory (.) for files matching pattern (--include='*.c') and containing some line (ll_que).
No comments:
Post a Comment