also, a nice feature of 'fmt' is that long lines are broken AND
indented according to the start of the just-being-processed line; this
is welcome...
R

On 7 September 2010 23:00, Rudolf Sykora <rudolf.syk...@gmail.com> wrote:
> Hello,
>
> I want to 'print' the 'page' program, i.e. put /sys/src/cmd/page/* on paper.
> I want different files start on new pages, with the header of every
> page being the file name and the page.
> For this the command
> a=`{ls} pr $a | lp -dstdout > toprint.ps
> is almost ok.
> That 'almost' is in the fact that long lines get truncated, which is
> highly undesirable.
> fmt -j
> could help, but it also replaces spaces and tabs by a single space, again bad.
> (btw. why
> fmt <>afile
> doesn't work?)
>
> So how?
> Can anybody help? (I mean, is there a one-liner?)
> Thank you!
> Ruda
>

Reply via email to