ag: add example (#2491)

italian
Guilherme Leobas 2018-10-24 22:33:11 +02:00 committed by Owen Voke
parent 657d915dc1
commit 8ad9792a96
1 changed files with 4 additions and 0 deletions

View File

@ -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}}`