[Ilugc] One Day One Command (LP)

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Fri May 13 10:38:03 2005

The Free Software, Free Society (FSFS) Conference, organized by
Government and civil society organizations from Brazil, Italy,
Venezuela and India. Date: 28th -30th May Place: Thiruvananthapuram,
Kerala, India. URL: http://fsfs.hipatia.net/

One Day One Command
===================

lp -- Print file.

Summary:

lp submits files to printer spool for printing or alters a pending 
jobs in the printer spool.

Example:

$ lp file -- Print the file in the default printer.

$ lp f1 f2 -- Print the files (f1 & f2) in the default print.

$ lp -d prn1 file -- Print the file in PRN1 printer.

$ lp -m file -- Send email when the job is completed.

$ lp n 6 file -- Take 6 no.of copies.

$ lp -P 1,3-5,16 file -- Print only specified pages (3-5 == 3 to 5).

$ lp -s file -- Silent mode. No output on the screen.

Read: man lp

Bye :)
--
Bharathi S
ODOC -- http://www.livejournal.com/community/ilugc/





Other related posts:

  • » [Ilugc] One Day One Command (LP) - Bharathi Subramanian