zap.cwp.shell

来自「su 的源代码库」· SHELL 代码 · 共 16 行

SHELL
16
字号
 ZAP - kill processes by name Typical usages:	zap ximage	zap 'xmovie|xgraph' Zap accepts full pattern matching for the process names Caveat: zap assumes that the FIRST field produced by the	Unix "ps" command is the pid (process identifier) number.	If not, change the number in the awk print statement to	the appropriate field. Author: Jack, 6/95 -- after Kernighan and Pike's zap

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?