[8845] in Athena Bugs
pr
daemon@ATHENA.MIT.EDU (wchuang@Athena.MIT.EDU)
Thu Jan 16 23:15:03 1992
From: wchuang@Athena.MIT.EDU
Date: Thu, 16 Jan 92 23:14:54 -0500
To: bugs@Athena.MIT.EDU
On a decstation, you can do the following:
> hydrox-cookie% ls | pr -5 -t -w75
> Makefile ash.inst ash2 decmipsbin std.h
> ash ash.sh ask.c readdir.c vaxbin
> ash.help ash.sh.packed. ask.mk
On a vaxstation 3100. I get this (newlines courtesy of 'pr'):
> heath-bar-crunch% ls | pr -5 -t -w75
> Makefile
> ash
> ash.help
> ash.inst
> ash.sh
> ash.sh.packed.F
> ash2
> ask.c
> ask.mk
> decmipsbin
> readdir.c
> std.h
> vaxbin
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
It is interesting to note that any number other than `1` (for the -n
option of 'pr') produces this output.
-William