next up previous contents
Next: What's in a filename? Up: The File System Previous: The File System   Contents

What can I do with a file?

Many different operations are possible on files. In the course of writing a Java program, you will likely want to

[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



Michelle Craft 2008-01-23