|
发表于 2007-1-18 10:46:38
|
显示全部楼层
man xargs, 呵呵
NAME
xargs - build and execute command lines from standard input
..........
--null, -0
Input items are terminated by a null character instead of by whitespace, and the quotes and backslash are not
special (every character is taken literally). Disables the end of file string, which is treated like any other
argument. Useful when input items might contain white space, quote marks, or backslashes. The GNU find -print0
option produces input suitable for this mode. |
|