mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-16 08:58:35 +01:00
5 lines
102 B
Text
5 lines
102 B
Text
# Basic:
|
|
grep pattern file
|
|
|
|
# Recursively grep for string <pattern> in folder:
|
|
grep -R pattern folder
|