1
0
Fork 0
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:
Guilherme Leobas 2018-10-24 22:33:11 +02:00 committed by Owen Voke
parent 657d915dc1
commit 8ad9792a96

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