用于一次xargs
处理n
记录的一种更简单的方法,在您的情况下就是这样2
xargs -n2
-n
根据man xargs
页面的标志是,-n max-args, --max-args=max-args Use at most max-args arguments per command line. Fewer than max-args arguments will be used if the size (see the -s option) is exceeded, unless the -x option is given, in which case xargs will exit.要替换回原始文件,请执行
xargs -n2tmpfile; mv tmpfile file