mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +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,6 +1,5 @@
|
|||||||
# Basic
|
# Basic
|
||||||
grep pattern file
|
grep pattern file
|
||||||
|
|
||||||
# Advanced
|
# Recursively grep for string <pattern> in folder/
|
||||||
grep -R pattern folder
|
grep -R pattern folder
|
||||||
cat file | grep pattern
|
|
||||||
|
Loading…
Reference in New Issue
Block a user