mirror of
https://github.com/cheat/cheat.git
synced 2025-07-04 21:01:57 +02: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:
@ -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
|
|
||||||
|
Reference in New Issue
Block a user