diff options
-rw-r--r-- | ag.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -0,0 +1,9 @@ +# The Silver Searcher + +## Print context + + ag -B <before_lines> -A <after_lines> + +## Ignore directories + + ag --ignore <pattern> |
index : cheatsheets | |
Commandline and Linux cheatsheets |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | ag.md | 9 |
@@ -0,0 +1,9 @@ +# The Silver Searcher + +## Print context + + ag -B <before_lines> -A <after_lines> + +## Ignore directories + + ag --ignore <pattern> |