Skip to content

Instantly share code, notes, and snippets.

@davebeach
Last active December 27, 2016 03:21
Show Gist options
  • Save davebeach/81f1ca9b83eca0c9f1091118294d84a5 to your computer and use it in GitHub Desktop.
Save davebeach/81f1ca9b83eca0c9f1091118294d84a5 to your computer and use it in GitHub Desktop.

Command Line - MV Tips and Tricks

To Move Contents of Directory Up One Level

(shopt -s dotglob; mv -- * ..)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment