sucommand.su.main

来自「su 的源代码库」· MAIN 代码 · 共 35 行

MAIN
35
字号
 SUCOMMAND - pipe traces having the same key header word to command	     sucommand <stdin >stdout [Optional parameters]			 Required parameters:							 	none								 Optional parameters: 							 	verbose=0		wordy output				 	key=cdp			header key word to pipe on		 	command="suop nop"    command piped into				dir=0		0:  change of header key						-1: break in monotonic decrease of header key				+1: break in monotonic increase of header key	Notes:									 This program permits limited parallel processing capability by opening pipes for processes, signaled by a change in key header word value.	 Credits:	VT: Matthias Imhof Note:	The "valxxx" subroutines are in su/lib/valpkge.c.  In particular,      "valcmp" shares the annoying attribute of "strcmp" that		if (valcmp(type, val, valnew) {			...		}	will be performed when val and valnew are different.

⌨️ 快捷键说明

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