![]() |
New York State Agricultural Experiment Station Geneva, New York
Computer Centre: 323/ 19-Jul-95 |
Selecting a printer
Before attempting to print, select an appropriate printer by typing
printer
a list of available printers will be displayed:
Pick a printer:
1. FS&T, CAL-G17 LaserWriter IIf (FSTCALG17)
2. FS&T, CharmWriter (FSTCharm)
3. FS&T, Dataproducts LX455 impact printer (FSTLX455)
4. FS&T, LW in 149 16/600 PS (FSTRm149)
5. IPM, Upstairs IPM (IPMUp)
Choice (1-5)?
Select the printer by typing the number on the left. We can add other printers to the list if necessary, just call 289.
Printing
At the Unix command level, the command
lpr filename
sends the file named filename to the printer. Other programmes, such as Pine, may have a print command on a menu.
Fortran carriage controls
Some programmes produce lines of output the first character of which is a fortran carriage control character (`1' form feed, `0' double space, ` ` single space, `+' no space). For example, SAS and Genstat files use fortran carriage controls. To convert and print these files use the command
fpr < filename | lpr
where filename is the name of the file to be printed.