-
-
Save keller-mark/f8973fdf575db0d1786434ac91dc0a7f to your computer and use it in GitHub Desktop.
Delete globus DS_Store files
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
| # Endpoint UUID of "HuBMAP Data" is first part in quotes before colon | |
| # Publication UUID is directory name | |
| globus ls "24c2ee95-146d-4513-a1b3-ac0bfdb7856f:/consortium/IEC Testing Group/2ced91fd6d543e79af90313e52ada57d/" --filter "=.DS_Store" --recursive --all > ds_store.txt | |
| cat ds_store.txt | grep .DS_Store > filtered_ds_store.txt | |
| globus delete "24c2ee95-146d-4513-a1b3-ac0bfdb7856f:/consortium/IEC Testing Group/2ced91fd6d543e79af90313e52ada57d/" --batch ./filtered_ds_store.txt --dry-run | |
| globus delete "24c2ee95-146d-4513-a1b3-ac0bfdb7856f:/consortium/IEC Testing Group/2ced91fd6d543e79af90313e52ada57d/" --batch ./filtered_ds_store.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment