Skip to content

Instantly share code, notes, and snippets.

@dyllanwli
Created May 13, 2019 08:26
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 dyllanwli/22fa1e7212dcc26cca3d9f5be16ce930 to your computer and use it in GitHub Desktop.
Save dyllanwli/22fa1e7212dcc26cca3d9f5be16ce930 to your computer and use it in GitHub Desktop.
Some linux command
# linux command . Copy a file one hundred times
for n in {001..100}; do
cp file.jpg file-$n.jpg
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment