On 六, 2010-07-31 at 09:17 +0000, Jimmy Xu wrote:
> On Jul 31, 2010, at 9:11, listofx <[email protected]> wrote:
> 
> >>
> >> xi...@xiang-laptop:~$ echo "eclipse eclipse-jdt" |xargs  -d' ' -I{}
> >> echo "{} hold"
> >> eclipse hold
> >> eclipse-jdt
> >> hold
> >
> > 为什么上面的输出eclips-jdt与hold分作了两行?(这不是我想要的结果)
> >
> 
> echo -n "blah blah blah"
> 
> --
> Jimmy Xu

嗯,我明白来,它将eclipse-jdt以及一个新行视作完整的处理对象了。
谢谢!


-- 
ubuntu-zh mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

回复