|
发表于 2006-10-8 10:30:01
|
显示全部楼层
在我的机器上上面的代码会有错误:
xargs: invalid option -- L
Usage: xargs [-0prtx] [-E eof-str] [-e[eof-str]] [-I replace-str]
[-i[replace-str]] [-L max-lines] [-l[max-lines]] [-n max-args]
[-s max-chars] [-P max-procs] [--null] [--eof[=eof-str]]
[--replace[=replace-str]] [--max-lines[=max-lines]] [--interactive]
[--max-chars=max-chars] [--verbose] [--exit] [--max-procs=max-procs]
[--max-args=max-args] [--no-run-if-empty] [--version] [--help]
[command [initial-arguments]]
Report bugs to <bug-findutils@gnu.org>.
是不是我的版本有问题啊,我的系统是RHEL 4 sp3. |
|