CISC1600: Print a file
1. Log in to your storm account
2. In command line, type the following commands:
lpr -H HP330 name-of-file-to-print
or just
lpr name-of-file-to-print
Note:
- lpr is the command for printing
- -H: specifies the name of the printer to use. As HP330 is the default printer, the -H HP330 option can be left out
The printer should only be used to print out computer science course materials such as handouts, assignments, and source codes (for offline error checking and studying).
----