Skip to content

Instantly share code, notes, and snippets.

@nuga99
Created July 11, 2019 17:49
Show Gist options
  • Save nuga99/61b6c0857d2df7ca2562b7e3ba643258 to your computer and use it in GitHub Desktop.
Save nuga99/61b6c0857d2df7ca2562b7e3ba643258 to your computer and use it in GitHub Desktop.
Find all desire text using grep [Folder and Subfolder]
find . -type f -exec cat {} \; | grep "ui.ac.id"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment