Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wellington1993/772ba4a2282c7517a6868031e740688e to your computer and use it in GitHub Desktop.
Save wellington1993/772ba4a2282c7517a6868031e740688e to your computer and use it in GitHub Desktop.
Linux Shell bash find with multiple exec
find . -name file1.cpp -exec ls -l {} \; -exec cat {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment