graph's input does not end

stergios marinopoulos stergios at Jessica.stanford.edu
Wed Feb 1 07:08:28 AEST 1989


On sun4 w/ os 4.01 the following script starts ok, but graph just
prints a "se" and stops.  I thought "THEEND" would define the
end of the standard input and cause graph to print out its
plot(5) info.  Any ideas?

#!/bin/csh -f
graph -a -l My_label <<THEEND
1       10
2       20
3       30
4       40
5       60
6       60
7       70
8       80
9       90
THEEND


stergios



More information about the Comp.unix.questions mailing list