mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 22:35:28 +02:00
commit
6919f3e9ee
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`grep {{something}} {{file_path}}`
|
||||
|
||||
- Search without case-sensitivity:
|
||||
|
||||
`grep -i {{something}} {{file_path}}`
|
||||
|
||||
- Search recursively in current directory for an exact string:
|
||||
|
||||
`grep -r {{something}} .`
|
||||
|
|
Loading…
Add table
Reference in a new issue