Skip to content

Instantly share code, notes, and snippets.

@pirey
Created November 26, 2019 04:27
Show Gist options
  • Save pirey/b8fed65eb4094974a5895ca9c8031507 to your computer and use it in GitHub Desktop.
Save pirey/b8fed65eb4094974a5895ca9c8031507 to your computer and use it in GitHub Desktop.
!#/bin/sh
# search for PATTERN
rg PATTERN
# search for files containing PATTERN
rg -l PATTERN
# search for files
rg --files -g FILE_PATTERN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment