Created
September 30, 2021 17:08
-
-
Save mpuz/6c24a143790550e3a586fb2632c4ef01 to your computer and use it in GitHub Desktop.
moves files from subfolders up
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 --backup=numbered {} . \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment