From 3caafe6ef741983122855346290ad082bde1949e Mon Sep 17 00:00:00 2001 From: Guilherme Leobas Date: Fri, 26 Oct 2018 21:29:29 +0200 Subject: [PATCH] ag: move text to make it the 2nd example (#2498) --- pages/common/ag.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/ag.md b/pages/common/ag.md index ddb2ccab6..204a23a12 100644 --- a/pages/common/ag.md +++ b/pages/common/ag.md @@ -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}}`