Skip to content

Instantly share code, notes, and snippets.

@delputnam
Created December 27, 2016 13:30
Show Gist options
  • Save delputnam/0f1b1f1e10ef7000e8cc31d2da9b44bf to your computer and use it in GitHub Desktop.
Save delputnam/0f1b1f1e10ef7000e8cc31d2da9b44bf to your computer and use it in GitHub Desktop.
Loop through files in bash script
for file in /dir/*
do
# command
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment