【Linux】文件拷贝-Linux当前目录所有文件移动到上一级目录(转)

Linux当前目录所有文件移动到上一级目录

mv * ../

原文地址:https://www.cnblogs.com/defineconst/p/11237634.html