Last active
January 22, 2024 14:29
-
-
Save chiefmikey/243e57ffbcfb91e7e46cca0091661842 to your computer and use it in GitHub Desktop.
Move files from subdirectories to root
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
find . -mindepth 2 -type f -print -exec mv {} . \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment