On Thu, Mar 26, 2015, at 01:07 PM, Elias Assmann wrote:
> On 03/26/2015 03:51 PM, Greg Reagle wrote:
> > How does this work?
> >    svnlist | xargs -0 svn ps svn:ignore
> 
> That is a neat idea, but in this case it does not work like that because 
> ‘svn propset’ wants the property value first.  From the help:

I don't really understand what you're writing here since I have zero
familiarity with svn, but I think that you want to place the argument
provided by xargs before the end.  That is easy enough to do.

~> /bin/ls -1a /cdrom | xargs -I '{}' -0 echo a '{}' b
a .
..
 b

Place the '{}' wherever you want it on the command line.  In my example
I put it between 'a' and 'b'.

-- 
http://www.fastmail.com - A fast, anti-spam email service.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to