Richard Hipp schrieb:

(...)

Sorry for being offtopic, but as I encountered it right now, I would
like to ask, why do you (and others as well in similar situation) use a
command line like this

> fossil rm `fossil status | grep MISSING | awk '{print $2}'`

instead of a simplified version like

  fossil rm `fossil status | awk '/MISSING/ {print $2}'`

which is even less to type? Is this a habbit only or is there a really
advantage behind?

(...)


Best regards,
chi

_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to