mirror of
https://github.com/cheat/cheat.git
synced 2025-09-03 02:28:29 +02:00
Fixed a minor typo in the grep cheatsheet.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user