Skip to content

Instantly share code, notes, and snippets.

@eklect
Created May 7, 2021 23:24
Show Gist options
  • Save eklect/aff9d03ee7f80ae297a25727250539ca to your computer and use it in GitHub Desktop.
Save eklect/aff9d03ee7f80ae297a25727250539ca to your computer and use it in GitHub Desktop.
Linux → Move all files and directories, including hidden files
mv /sourceDir/{.,}* /destinationDir/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment