ripgrep
- Fast search
- Find log4j:
sudo rg JndiLookup --binary -z / 2>/dev/null
- Find a string in files with extension:
rg '<string>' -g '*.<ext>'
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
sudo rg JndiLookup --binary -z / 2>/dev/null
rg '<string>' -g '*.<ext>'