mirror of https://github.com/CrimsonTome/tldr.git
ag: add example (#2491)
parent
657d915dc1
commit
8ad9792a96
|
@ -25,3 +25,7 @@
|
||||||
- Find files with a name matching "foo":
|
- Find files with a name matching "foo":
|
||||||
|
|
||||||
`ag -g {{foo}}`
|
`ag -g {{foo}}`
|
||||||
|
|
||||||
|
- Find files containing "foo" in a specific directory:
|
||||||
|
|
||||||
|
`ag {{foo}} {{path/to/folder}}`
|
||||||
|
|
Loading…
Reference in New Issue