mirror of
https://github.com/cheat/cheat.git
synced 2024-11-14 08:01:09 +01:00
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:
commit
a2ed76db3f
1 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,5 @@
|
|||
# Basic
|
||||
grep pattern file
|
||||
|
||||
# Advanced
|
||||
# Recursively grep for string <pattern> in folder/
|
||||
grep -R pattern folder
|
||||
cat file | grep pattern
|
||||
|
|
Loading…
Reference in a new issue