Skip to content

Instantly share code, notes, and snippets.

@nguyenbathanh
Created April 6, 2016 03:40
Show Gist options
  • Save nguyenbathanh/0e83432b30944fbf88161d103493276d to your computer and use it in GitHub Desktop.
Save nguyenbathanh/0e83432b30944fbf88161d103493276d to your computer and use it in GitHub Desktop.
Ubuntu find string in multiple files
grep -rn -o -i "your_string" *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment