摘要:
ps:process status for pid in $(pgrep httpd); do echo -n "${pid} " ; ps -p ${pid} -o lstart | grep -v "START" ; done 阅读全文
posted @ 2018-02-09 10:50
脚本小娃子
阅读(2057)
评论(0)
推荐(0)
摘要:
In Unix-like systems, the ASCII hyphen-minus is commonly used to specify options. The character is usually followed by one or more letters. Two hyphen 阅读全文
posted @ 2018-02-09 10:32
脚本小娃子
阅读(594)
评论(0)
推荐(0)