Created
September 21, 2022 01:12
-
-
Save twobob/b1f7038e728b437a02f87e083ba38661 to your computer and use it in GitHub Desktop.
3 lines to create a shareable gz for a folder of wavs in colab
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
!rsync -a /content/drive/MyDrive/PathToSamples/ /content/Temp | |
!tar -zcf /content/normalized.gz /content/Temp | |
!cp /content/normalized.gz /content/drive/MyDrive/PathForZip/normalized.gz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment