Sponsorised links
This year
ack -- better than grep, a power search tool for programmers
ack is a tool like grep, aimed at programmers with large trees of heterogeneous source code
2007
How to use the grep command, by The Linux Information Project (LINFO)
grep -r 'Linus Torvalds' *
Sponsorised links
2006
Shell Tips !» CLI workaround for Windows XP : Using GREP (QGREP)
Another usefull tips for Windows XP admins. A GREP-Like command : QGREP.
grep
A very basic universal data base
June 13th, 2006 by giovanninicco
I am used to write some notes on my palm.
Well the idea is this: write the notes with a day and some tag in this way:
{13/06/06 written a post on wordpress blog about grep blog wordpress grep}
{10/06/05 lesson are finished #school#}
{06/06/05 remember to search for a grep manual #grep#}
Then for search on my palm i have a function 'search #grep#'
But if i want to write or collect all stuff about mac i can use the command
grep -a '<mac>' notes.txt
Linux.com | GNU grep's new features
If you haven't been paying attention to GNU grep recently, you should be happily surprised by some of the new features and options that have come about with the 2.5 series. They bring it functionality you can't get anywhere else -- including the ability to output only matched patterns (not lines), color output, and new file and directory options.
