icon Top 9 categories map      RocketAware >

lpr(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Others



LPR(1)                     OpenBSD Reference Manual                     LPR(1)

NAME
     lpr - off line print



SYNOPSIS
     lpr [-Pprinter] [-#num] [-C class] [-J job] [-T title] [-U user] [-i
         [numcols]] [-1234 font] [-wnum] [-cdfghlnmprstv] [name ...]

DESCRIPTION
     lpr uses a spooling daemon to print the named files when facilities be-
     come available.  If no names appear, the standard input is assumed.

     The following single letter options are used to notify the line printer
     spooler that the files are not standard text files. The spooling daemon
     will use the appropriate filters to print the data accordingly.

     -c      The files are assumed to contain data produced by cifplot(1).

     -d      The files are assumed to contain data from tex (DVI format from
             Stanford).

     -f      Use a filter which interprets the first character of each line as
             a standard FORTRAN carriage control character.

     -g      The files are assumed to contain standard plot data as produced
             by the plot routines (see also plot for the filters used by the
             printer spooler).

     -l      Use a filter which allows control characters to be printed and
             suppresses page breaks.

     -n      The files are assumed to contain data from ditroff (device inde-
             pendent troff).

     -p      Use pr(1) to format the files (equivalent to print).

     -t      The files are assumed to contain data from troff(1) (cat photo-
             typesetter commands).

     -v      The files are assumed to contain a raster image for devices like
             the Benson Varian.

     These options apply to the handling of the print job:

     -P      Force output to a specific printer.  Normally, the default print-
             er is used (site dependent), or the value of the environment
             variable PRINTER is used.

     -h      Suppress the printing of the burst page.

     -m      Send mail upon completion.

     -r      Remove the file upon completion of spooling or upon completion of
             printing (with the -s option).

     -s      Use symbolic links.  Usually files are copied to the spool direc-
             tory.  The -s option will use symlink(2) to link data files
             rather than trying to copy them so large files can be printed.
             This means the files should not be modified or removed until they
             have been printed.

     The remaining options apply to copies, the page display, and headers:

     -#num   The quantity num is the number of copies desired of each file
             named.  For example,

                   lpr -#3 foo.c bar.c more.c

             would result in 3 copies of the file foo.c, followed by 3 copies
             of the file bar.c, etc.  On the other hand,

                   cat foo.c bar.c more.c | lpr -#3

             will give three copies of the concatenation of the files. Often a
             site will disable this feature to encourage use of a photocopier
             instead.

     -[1234]font
             Specifies a font to be mounted on font position i. The daemon
             will construct a .railmag file referencing the font pathname.

     -C class
             Job classification to use on the burst page.  For example,

                   lpr -C EECS foo.c

             causes the system name (the name returned by hostname(1))  to be
             replaced on the burst page by EECS, and the file foo.c to be
             printed.

     -J job  Job name to print on the burst page.  Normally, the first file's
             name is used.

     -T title
             Title name for pr(1),  instead of the file name.

     -U user
             User name to print on the burst page, also for accounting purpos-
             es.  This option is only honored if the real user ID is daemon
             (or that specified in the printcap file instead of daemon), and
             is intended for those instances where print filters wish to re-
             queue jobs.

     -i [numcols]
             The output is indented. If the next argument is numeric
             (numcols), it is used as the number of blanks to be printed be-
             fore each line; otherwise, 8 characters are printed.

     -wnum   Uses num as the page width for pr(1).

ENVIRONMENT
     If the following environment variable exists, it is used by lpr:

     PRINTER  Specifies an alternate default printer.

FILES
     /etc/passwd              personal identification
     /etc/printcap            printer capabilities database
     /usr/sbin/lpd*           line printer daemons
     /var/spool/output/*      directories used for spooling
     /var/spool/output/*/cf*  daemon control files
     /var/spool/output/*/df*  data files specified in ``cf'' files
     /var/spool/output/*/tf*  temporary copies of ``cf'' files

SEE ALSO
     lpq(1),  lprm(1),  pr(1),  symlink(2),  printcap(5),  lpc(8),  lpd(8)

HISTORY
     The lpr command appeared in 3BSD.

DIAGNOSTICS
     If you try to spool too large a file, it will be truncated.  lpr will ob-
     ject to printing binary files.  If a user other than root prints a file
     and spooling is disabled, lpr will print a message saying so and will not
     put jobs in the queue.  If a connection to lpd(1) on the local machine
     cannot be made, lpr will say that the daemon cannot be started.  Diagnos-
     tics may be printed in the daemon's log file regarding missing spool
     files by lpd(1).

BUGS
     Fonts for troff(1) and tex reside on the host with the printer. It is
     currently not possible to use local font libraries.

OpenBSD 2.6                      June 6, 1993                                3

Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
FreeBSD Sources for lpr(1)
OpenBSD sources for lpr(1)


[Overview Topics]

Up to: Printing and Printer Interface


RocketLink!--> Man page versions: OpenBSD FreeBSD NetBSD RedHat Others






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > lpr.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments