获取年月日时分秒
datename=datename
取多个文件中最新的那个
lastfile=ls -t *.cpp | head -1
echo $lastfile
查看进程id
ps aux|grep qfwx|grep -v 'grep'|awk '{print $2}'
获取年月日时分秒
datename=datename
取多个文件中最新的那个
lastfile=ls -t *.cpp | head -1
echo $lastfile
查看进程id
ps aux|grep qfwx|grep -v 'grep'|awk '{print $2}'
本文标题:Shell初学者常用技巧
本文链接:https://www.haomeiwen.com/subject/wjilxctx.html
网友评论