Answers for "bash flatten directory"

1

bash flatten directory

find /dir1 -mindepth 2 -type f -exec mv -t /dir1 -i '{}' +
Posted by: Guest on July-16-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language