$ grep -rn "#Linux" ./posts

grep made simple: part 1

grep is powerful, using its regular expressions you can do anything it terms of matching in a single line. Lets see some examples.…