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