[bbadger@demo01] (1)$ emacs Prog1.java | edit the program text |
[bbadger@demo01] (1)$ javac Prog1.java | compile the program |
[bbadger@demo01] (1)$ java Prog1 | and execute it |
[bbadger@demo01] (1)$ lpr Prog1.java | print the program |
[bbadger@demo01] (1)$ rm output.data | remove the output file |