mirror of
https://github.com/cheat/cheat.git
synced 2025-01-07 04:10:57 +01:00
6 lines
102 B
Plaintext
6 lines
102 B
Plaintext
# Basic:
|
|
grep pattern file
|
|
|
|
# Recursively grep for string <pattern> in folder:
|
|
grep -R pattern folder
|