Every once and a while I need to use this quick one liner to move file and directories from the current directory to the parent directory. I thought I’d put it in a place where I can easily find it, and maybe help someone else wanting to do this.
mv * .[^.]* ..