* Markus Hoenicka [2007.02.19 10:45]:
> $ echo test1 test2|xargs -t
> /bin/echo test1 test2
> test1 test2
>
> I'd expect the output to read:
>
> /bin/echo test1
> test1
> /bin/echo test2
> test2
Your assumption about what xargs does is
incorrect. It does not call the command once for
each argume
* Reid Thompson [2006.03.02 14:15]:
> man groff | enscript -p - | ps2pdf - groff.pdf
One less step:
man -Tps groff | ps2pdf - groff.pdf
I find the output prettier too.
--
JR
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.h
2 matches
Mail list logo