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.
Nalneesh gaur
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.
Nalneesh gaur
Nalneesh gaur (ngaur@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
One can use either the old "sc" program which uses curses and imports tab-delimited
tables, or the gnu program oleo, which is a more complete spreadsheet program.
_________________________________________________
| Joshua Lieberman, Water Resources, ENSR C & E |
| <josh@turb01.dmc.com> 508-635-9500 (-9180 fax)|
\/~\_/~\_/~\_/~\_/~\_/~\_/~\_/~\_/~\_/~\_/~\_/~\/
On Fri, 1 Oct 1993, Nalneesh gaur wrote:
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.Nalneesh gaur