Skip to content

Instantly share code, notes, and snippets.

@brahimmachkouri
Last active March 27, 2021 11:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brahimmachkouri/dd6e76dc8319325d96af913d290618a0 to your computer and use it in GitHub Desktop.
Save brahimmachkouri/dd6e76dc8319325d96af913d290618a0 to your computer and use it in GitHub Desktop.
move files in subfolder to the current folder
find ./ -type f -name "*.xls" -print0 | xargs -0 -I {} mv {} ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment