Skip to content

Instantly share code, notes, and snippets.

@tgk
Created July 8, 2013 09:14
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 tgk/5947386 to your computer and use it in GitHub Desktop.
Save tgk/5947386 to your computer and use it in GitHub Desktop.
Iterate over filenames and execute command in bash
for f in ~/dir/*.txt; do bin/do_thing $f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment