Skip to content

Instantly share code, notes, and snippets.

@johnloy
Last active August 27, 2021 19:05
Show Gist options
  • Save johnloy/c007e7c754f76133ac8e0bb456551c6a to your computer and use it in GitHub Desktop.
Save johnloy/c007e7c754f76133ac8e0bb456551c6a to your computer and use it in GitHub Desktop.
find /home/example -iname "*.txt" -exec grep -Li "mystring" {} \+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment