-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

lp


> Print files.

More information.


Print the output of a command to the default printer (see `lpstat` command):

echo "test" | lp

Print a file to the default printer:

lp {path/to/filename}

Print a file to a named printer (see `lpstat` command):

lp -d {printer_name} {path/to/filename}

Print N copies of file to default printer (replace N with desired number of copies):

lp -n {N} {path/to/filename}

Print only certain pages to the default printer (print pages 1, 3-5, and 16):

lp -P 1,3-5,16 {path/to/filename}

Resume printing a job:

lp -i {job_id} -H resume


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 18:27:35 2024