On Fri, Sep 14, 2007 at 03:45:14PM +0200, julien wrote: > $ man -t ls > ls.ps && ps2pdf ls.ps && rm ls.ps > $ head ls.pdf > > the caracteres are strange !
This is not a bug. head shouldn't be used on binary streams, it is intented to be used for ASCII streams only. _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
