A very intelligent turtle
Found programming UNIX a hurdle
The system, you see,
Ran as slow as did he,
And that's not saying much for the turtle.
make progXmakes the executable called progX (provided that you do not have a file called makefile or Makefile in the same directory). It can be executed by just typing the executable name, exactly as any other Unix command.
progX > outfile
grep Ener outfileand you will have them on the screen. To store them in the file enerfile, do this:
grep Ener outfile > enerfilePrograms like sed or awk can be very useful for producing tabulated data suitable for plotting programs.
© 1997 Boris Veytsman and Michael Kotelyanskii