Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save prakashsvmx/ab44e5fe5a85d05383912d59631e4269 to your computer and use it in GitHub Desktop.
Save prakashsvmx/ab44e5fe5a85d05383912d59631e4269 to your computer and use it in GitHub Desktop.
n-obj-n-versions.sh
#!/bin/bash
for i in {1..3}; do
mc cp 1.txt local22/test-bucket/$i.txt
for j in {1..3}; do
mc cp 1.txt local22/test-bucket/${i}.txt
done
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment