next up previous contents
Next: Electronic mail Up: Beginner's Guide Previous: The GNU emacs file   Contents

Printing files

For example, to print a file named foo.c one would use the following command:

lpr foo.c

Generally speaking, each lab has a printer that will be your default printer. The name of the printer is the same as the room where it is located. For example, the printer in room ET213 is called et213. If you do not wish to use the default, then you can specify the name of the printer in the lpr command as follows:

lpr -Pet213 foo.c

where et213 is the name of the printer.


next up previous contents
Next: Electronic mail Up: Beginner's Guide Previous: The GNU emacs file   Contents
Amit Jain 2009-08-23