Andreas Metzler dixit:

>Control: forwarded -1 https://savannah.gnu.org/bugs/?51151

Thanks!

>Forwarded, however with a pointer to <https://bugs.debian.org/5956>,
>where an argument against adding this can be found.

Hm, I can’t find it. Where, and/or, which argument?


Funnily enough, joe (or rather its fork jupp) is precisely
what I need -o for:

$ git find pom.xml -print0 | xargs -0o jupp

This works on MirBSD (if jupp and “git-find” are installed)
but not on Debian, where one has to type

$ git find pom.xml -print0 | xargs -0 sh -c 'jupp </dev/tty'

… oh no… but…?

$ git find pom.xml -print0 | xargs -0 sh -c 'jupp </dev/tty' --

… oh no, not either… ah!

$ git find pom.xml -print0 | xargs -0 sh -c 'jupp "$@" </dev/tty' --

… this works! (This is a rough transcript of a session where
I tried to remember the sh -c way of GNU xargs after having
read about it the day before. And I normally know my way
around shell…)

bye,
//mirabilos
-- 
> emacs als auch vi zum Kotzen finde (joe rules) und pine für den einzig
> bedienbaren textmode-mailclient halte (und ich hab sie alle ausprobiert). ;)
Hallooooo, ich bin der Holger ("Hallo Holger!"), und ich bin ebenfalls
... pine-User, und das auch noch gewohnheitsmäßig ("Oooooooohhh").  [aus dasr]

Reply via email to