mv [filepath] [filepath] 移动,前者位置移动到后面位置,也可以用来重命名(mv test.txt newname.txt)
cp [filepath] [filepath] 复制
find -name [filename] 按名字在当前目录及子目录下下查找文件
shift+fn+prtscr 选区截图
ps -e 查看当前进程
其他东西:
1.python获取当前目录下所有文件名
本文共 255 字,大约阅读时间需要 1 分钟。
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/ytytzzz/p/10929732.html