Skip to content
the bytes

a place to share

  • Steam
  • GitHub
  • TikTok
  • X
  • LinkedIn
  • Facebook

Bash: Move Sub Files to Current Directory

August 9, 2017

Bash/Shell one-liner to move all files from sub-directories to current directory.

find . -mindepth 2 -type f -print -exec mv {} . ;

#linux#bash#hardware-software-modification#bash-scripts#computer
Back to all posts

the bytes

© 2026 me

Published with Broadside.