mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 08:58:35 +01:00
Fixed a minor typo in the grep cheatsheet.
This commit is contained in:
parent
a2ed76db3f
commit
3dbaf5a17f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
# Basic
|
# Basic:
|
||||||
grep pattern file
|
grep pattern file
|
||||||
|
|
||||||
# Recursively grep for string <pattern> in folder/
|
# Recursively grep for string <pattern> in folder:
|
||||||
grep -R pattern folder
|
grep -R pattern folder
|
||||||
|
|
Loading…
Reference in a new issue