Skip to content

Instantly share code, notes, and snippets.

@Hexodus
Created June 10, 2014 20:16
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 Hexodus/d204825d13fc7ed5006a to your computer and use it in GitHub Desktop.
Save Hexodus/d204825d13fc7ed5006a to your computer and use it in GitHub Desktop.
Move files one directory down in the hierarchy on linux
mv myfolder/.* .
So for example if the data was in /home/myuser/myfolder then from /home/myuser/ run the command.
Found here:
http://unix.stackexchange.com/questions/19344/move-folder-content-up-one-level/19345#19345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment