Instantly share code, notes, and snippets.
How to move all files from current directory to upper directory?
mv * .[^.]* ..