ps.ep
来自「一个通讯程序源码」· EP 代码 · 共 34 行
EP
34 行
# CHK=0xDA50#+------------------------------------------------------# ps.eq - another colorful ps example#-------------------------------------------------------#+:EDITS:*/#:09-10-1992-13:59-wht@n4hgf-ECU release 3.20#:08-22-1992-15:39-wht@n4hgf-ECU release 3.20 BETA#:07-11-1989-16:55-wht-get cmd became lgets#:06-30-1989-18:53-wht-creation mkvar $icolor; $icolor = %colors send %argv(0)+' '+%argv(1)+' '+%argv(2) lookfor '\n' 40 $s0 = '' whilei 1==1 { lgets $s0 60 60 '\n' color cyan ifi %instr($s0,'(getty)' >= 0 continue else ifi %instr($s0,'(tcsh)' >= 0 continue else ifi %instr($s0,'(csh)' >= 0 continue else ifi %instr($s0,'(sh)' >= 0 continue else ifi %instr($s0,'/etc/init' >= 0 continue else ifi %instr($s0,'% ') >= 0 break else ifi %instr($s0,'USER') == 0 color gray else ifi %instr($s0,' i29 ') > 0 color red else ifi %instr($s0,' i13 ') > 0 color green else ifi %instr($s0,'root') == 0 color yellow echo $s0 } icolor $icolor send ''
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?