Skip to content

Instantly share code, notes, and snippets.

@ptsneves
Created December 15, 2016 09:33
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 ptsneves/52951c28322f54246993bf276ef8f32a to your computer and use it in GitHub Desktop.
Save ptsneves/52951c28322f54246993bf276ef8f32a to your computer and use it in GitHub Desktop.
Find file in lis of tars
(for f in `find $tar_dir -name '$tar_files*tar.gz'`; do (echo FILE $f && tar tvf $f ) ; done)|less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment