On Thu, Oct 27, 2011 at 1:23 PM, Kevin Greiner <grein...@gmail.com> wrote:

> fossil changes | grep ^MISSING | sed "s/^MISSING *//" | xargs2 /addquotes
> fossil rm
>

Tiny hint:

sed '/^MISSING/d' is ever so slightly better (arguably!) for this case,
since it does not introduce empty lines (which xargs will just ignore for
this purpose, if i'm not mistaken, but i've never heard of xargs2 and it
might behave differently).

-- 
----- stephan beal
http://wanderinghorse.net/home/stephan/
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to