mirror of
https://github.com/cheat/cheat.git
synced 2024-12-18 10:45:05 +01:00
Update grep
This commit is contained in:
parent
16244be4ea
commit
dc4846b635
@ -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…
Reference in New Issue
Block a user