Skip to content

Instantly share code, notes, and snippets.

@xieweiAlex
Created March 20, 2019 19:11
Show Gist options
  • Save xieweiAlex/2fb2332d00317b510c36dafc9a521029 to your computer and use it in GitHub Desktop.
Save xieweiAlex/2fb2332d00317b510c36dafc9a521029 to your computer and use it in GitHub Desktop.
ag: the silver search
  • -g PRINT FILENAMES match PATTERN
  • -G ONLY SEARCH files whose name match PATTERN
  • -l Only print the names of files containing matches
    • ag -G .m 'AGInstallGuideWebViewController'
  • -v exclude pattern
  • Examples:
    • ag --group ""http" --ignore "*.md|AGLinkConstants.h"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment