Merge branch 'patch-4' of https://github.com/adelviscio/cheat into adelviscio-patch-4

* 'patch-4' of https://github.com/adelviscio/cheat:
  Removed duplicate example, updated description of another example.
This commit is contained in:
Chris Lane 2013-09-01 21:12:49 -04:00
commit a2ed76db3f
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
# Basic
grep pattern file
# Advanced
# Recursively grep for string <pattern> in folder/
grep -R pattern folder
cat file | grep pattern