Last active
May 21, 2019 16:28
-
-
Save tmwatchanan/d2141c0bbddc4e36ecb1bb1fe3fb957c to your computer and use it in GitHub Desktop.
Remotely rename a number of directory names with shell script by combining rclone and for loop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| for ((i=1; i<=16; i++)); rclone moveto "cmu:Computer Engineering/Karn's Research Assistance/CCC Grading/dev/segmentation/data/eye_v3-baseline_v12_multiclass-softmax-cce-lw_1_0.01-hsv-loo_$i-lr_1e_2-bn/" "cmu:Computer Engineering/Karn's Research Assistance/CCC Grading/dev/segmentation/data/eye_v3-model_v12_multiclass-softmax-cce-lw_1_0.01-hsv-loo_$i-lr_1e_2-bn/"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment