mirror of
https://github.com/Erreur32/cheat.git
synced 2025-01-13 08:12:01 +01:00
7 lines
85 B
Text
7 lines
85 B
Text
|
# Basic
|
||
|
grep pattern file
|
||
|
|
||
|
# Advanced
|
||
|
grep -R pattern folder
|
||
|
cat file | grep pattern
|