Skip to content

Instantly share code, notes, and snippets.

@Vunovati
Created October 16, 2013 09:22
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 Vunovati/7005022 to your computer and use it in GitHub Desktop.
Save Vunovati/7005022 to your computer and use it in GitHub Desktop.
Perform action on each file
for i in $(ls delivery/**/**tar.gz); do echo $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment