Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save prakashsvmx/ab44e5fe5a85d05383912d59631e4269 to your computer and use it in GitHub Desktop.

Select an option

Save prakashsvmx/ab44e5fe5a85d05383912d59631e4269 to your computer and use it in GitHub Desktop.

Revisions

  1. prakashsvmx created this gist Jun 27, 2024.
    8 changes: 8 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,8 @@
    #!/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