			lpr - print under muLinux
			==========================

Usage :

        lpr [-h] [-f output] [-Phost:printer] [files]
        lpq [-P host:printer] -l
        lprm [-P host:printer] [-all | jobs]

lpq show queue on remote printer; lpr remove job from queue.

See lpr -h.

Notes:

	+ Not extensively tested.
        + This lpr support only ASCII and HP-PCL printers
        and work for fews file-type: TIFF-g3 (fax) and ascii but,
        using -P option, you can redirect your input to remote
        UNIX printer (BSD-like).
	+ Remote support by Tom Poindexter.


o Examples: 

	# lpr file
	# lpr file1 file2 ...
	# /bin/ls -lR / | lpr
	# lpr -f output_file file
	# lpr -Pucciardone:hplj file

	# echo 'echo ciao| lpr' | at 25 12:00
