Skip to content

Instantly share code, notes, and snippets.

@StudioEtrange
Last active May 1, 2022 19:14
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 StudioEtrange/e57a13273e03abf44bd6e8084288a4cd to your computer and use it in GitHub Desktop.
Save StudioEtrange/e57a13273e03abf44bd6e8084288a4cd to your computer and use it in GitHub Desktop.
# https://unix.stackexchange.com/a/493548
find /dir1 -mindepth 2 -type f -exec mv -t /dir1 --backup=t '{}' +
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment