Skip to content

Instantly share code, notes, and snippets.

@aquasmit
Created November 24, 2016 07:57
Show Gist options
  • Save aquasmit/1126d514168e2b50185cd6a0d7d650e9 to your computer and use it in GitHub Desktop.
Save aquasmit/1126d514168e2b50185cd6a0d7d650e9 to your computer and use it in GitHub Desktop.
Essential Ubuntu Commands

How to move all files from current directory to upper directory?

mv * .[^.]* ..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment