9.F: Review Quiz | 9: Printing Files | 9.D: Cancelling Printing |
Not all files should be printed. Not all files can be printed. Files containing binary information or in a format incompatible with the printer cannot be printed. Be certain that your files can be printed before you try to print.
Warning: For pedagogical purposes, we will suggest that you view an executeable, binary file. Viewing binary files can lock up your terminal, and printing them can lock up your printer or give you reams of scrap paper. If your session starts to behave strangely, exit Netscape, logout, and restart your session. Please do Not experiment with sending a binary file to your printer.
You may recall, that at one time we placed an executeable file
a.out
in the directory backuphome/prog. For
you to really appreciate why you do not want to print out a binary
file, let's get one and use
more
to view it (remember to
use q to make
more
quit):
Hints for Smart Printer Usage
> cd ~
> cp -i backuphome/a.out development/prog
> cd development/prog
> more a.out
q