mirror of
https://github.com/cheat/cheat.git
synced 2025-04-08 18:54:04 +02:00
commit
db3fa0f8ad
@ -1,5 +1,11 @@
|
||||
# Basic:
|
||||
grep pattern file
|
||||
|
||||
# case nonsensitive research:
|
||||
grep -i pattern file
|
||||
|
||||
# Recursively grep for string <pattern> in folder:
|
||||
grep -R pattern folder
|
||||
|
||||
# Getting pattern from file (one by line):
|
||||
grep -f pattern_file file
|
||||
|
Loading…
x
Reference in New Issue
Block a user