- linux命令
- 查找并杀死进程 ps -ef | grep git | grep -v grep | awk ‘{print $2}’ | xargs kill -9
-
一键安装ffmpeg命令
- wget http://download.bt.cn/install/ext/ffmpeg.sh && sh ffmpeg.sh
- ffmpeg -version
查找N天内更新文件 : find . -type f -mtime -30
转载请注明:清韵逸-博客生活分享 » Linux问题集锦