工作用linux命令汇总
mv [filepath] [filepath] 移动,前者位置移动到后面位置,也可以用来重命名(mv test.txt newname.txt)
cp [filepath] [filepath] 复制
find -name [filename] 按名字在当前目录及子目录下下查找文件
shift+fn+prtscr 选区截图
ps -e 查看当前进程
unzip test.zip 解压zip文件
tar vxf test.tar 解压tar包
less more cat 都是查看文件内容的命令
ipython 比python默认shell好用的多的一个shell
其他东西:
1.python获取当前目录下所有文件名