Created
August 27, 2020 09:08
-
-
Save AlbertSuarez/8a94537ad4b4e94e36b61f096481bc99 to your computer and use it in GitHub Desktop.
flat_folders_of_folders_to_single.sh
This file contains 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
#!/usr/bin/env bash | |
mv INPUT_FOLDER/*/**/*(.D) OUTPUT_FOLDER |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment