mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 17:08:29 +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
|