mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-03-28 21:16:20 +01:00
Add an explanation of recursive search.
This commit is contained in:
parent
154620db09
commit
709a997bed
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`grep {{something}} {{file_path}}`
|
||||
|
||||
- search recursively in current directory for an exact string
|
||||
|
||||
`grep -r {{something}} .`
|
||||
|
||||
- use a regex
|
||||
|
||||
`grep -e {{^regex$}} {{file_path}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue