mv [filepath] [filepath] 移动,前者位置移动到后面位置,也可以用来重命名(mv test.txt newname.txt)cp [filepath] [filepath] 复制find -name [filename] 按名字在当前目录及子目录下下查找文件shift+fn+prtscr 选区截图ps -e 查看当前进程其他东西:1.python获取当前目录下所有文件名https://www.cnblogs.com/strongYaYa/p/7200357.html