mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
Fixed typos, titles and spacing
This commit is contained in:
@@ -8,7 +8,7 @@ grep 'pattern' path/to/search
|
||||
|
||||
# recursive search
|
||||
grep -R 'pattern' path/to/search/recursively
|
||||
grep -R --exclude-dir excluded/dir 'pattern' path/to/search/recursively # gnu grep >= 2.5.2
|
||||
grep -R --exclude-dir excluded/dir 'pattern' path/to/search/recursively # gnu grep >= 2.5.2
|
||||
|
||||
# show line numbers
|
||||
grep -n 'pattern' path/to/search
|
||||
|
||||
Reference in New Issue
Block a user