mirror of
https://github.com/cheat/cheat.git
synced 2025-09-01 01:28:30 +02:00
Removed duplicate example, updated description of another example.
Removed cat file | grep pattern as cat file is unnecessary. The command becomes 'grep pattern file' again - which is the same as the first example. Updated #Advanced description to be more descriptive.
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