Created
          November 26, 2019 04:27 
        
      - 
      
- 
        Save pirey/b8fed65eb4094974a5895ca9c8031507 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | !#/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