Answers for "pull all files out of subfolders recursively"

0

pull all files out of subfolders recursively

find . -mindepth 2 -type f -print -exec mv {} . \;
Posted by: Guest on March-17-2022

Code answers related to "pull all files out of subfolders recursively"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language