mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 04:55:23 +02:00
ag: add example (#2491)
This commit is contained in:
parent
657d915dc1
commit
8ad9792a96
1 changed files with 4 additions and 0 deletions
|
@ -25,3 +25,7 @@
|
|||
- Find files with a name matching "foo":
|
||||
|
||||
`ag -g {{foo}}`
|
||||
|
||||
- Find files containing "foo" in a specific directory:
|
||||
|
||||
`ag {{foo}} {{path/to/folder}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue