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