Skip to content

Instantly share code, notes, and snippets.

@alexsleat
Created March 6, 2012 12:57
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 alexsleat/1986139 to your computer and use it in GitHub Desktop.
Save alexsleat/1986139 to your computer and use it in GitHub Desktop.
echo "Bash version ${BASH_VERSION}..."
mkdir temp
for i in {0..10..1}
do
cp test$i.file temp/$i.file
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment