ag: move text to make it the 2nd example (#2498)

This commit is contained in:
Guilherme Leobas
2018-10-26 21:29:29 +02:00
committed by Starbeamrainbowlabs
parent 435ec65f21
commit 3caafe6ef7

View File

@@ -6,6 +6,10 @@
`ag {{foo}}`
- Find files containing "foo" in a specific directory:
`ag {{foo}} {{path/to/folder}}`
- Find files containing "foo", but only list the filenames:
`ag -l {{foo}}`
@@ -25,7 +29,3 @@
- Find files with a name matching "foo":
`ag -g {{foo}}`
- Find files containing "foo" in a specific directory:
`ag {{foo}} {{path/to/folder}}`