Skip to content

Instantly share code, notes, and snippets.

@arjenblokzijl
Last active March 16, 2018 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save arjenblokzijl/a8769b476f881ffaae8b19d2c008f2ad to your computer and use it in GitHub Desktop.
Save arjenblokzijl/a8769b476f881ffaae8b19d2c008f2ad to your computer and use it in GitHub Desktop.
Useful Linux shell commands

Useful Linux shell commands

Move all folder content up one level

mv foo/* foo/.[^.]* . && rm -r foo/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment