当前位置: 代码迷 >> Solaris >> ================ps -cols 设立列宽
  详细解决方案

================ps -cols 设立列宽

热度:6893   发布时间:2013-02-26 00:00:00.0
================ps --cols 设置列宽
root@sfds # ps -ef
     UID   PID  PPID   C    STIME TTY         TIME CMD
    root     0     0   0  10?? 29 ?           0:44 sched
    root     1     0   0  10?? 29 ?          20:33 /sbin/init
    root     2     0   0  10?? 29 ?           0:00 pageout
    root     3     0   0  10?? 29 ?         231:59 fsflush


我想找出所有包含xxx字符的进程,

有些进程名太长,在使用ps -ef|grep xxx ,如果xxx在控制台没显示出来,将查找不到
--cols具体怎么用?
或者还有其它办法?
------解决方案--------------------------------------------------------
随便g了一把,参考一下吧
http://eagle_fan.itpub.net/post/461/43596