ASCII file viewing program.
Darrell McCauley
mccauley at ecn.purdue.edu
Fri Oct 1 16:04:19 EDT 1993
Nalneesh gaur (ngaur at chief.ecn.uoknor.edu) writes on 1 Oct 93:
> Does anybody know of a Program that can view ASCII files(Containing)
>rows and columns of numbers. I tried xv but that does not do so.
cat? more? :)
or maybe make it into an image, e.g., add
P2
# comment
2 3
255
to the top of
0 7
15 31
127 255
and view with xv.
(2 cols, 3 rows, 255 grayscales, P2 is the magic number for a pgm file.
--Darrell
More information about the grass-user
mailing list