How To Print A File In Linux Command Printing Files In The Linux Shell Command Prompt
- Forums
- Linux Systems
- How To Print A File In Linux Command Printing Files In The Linux Shell Command Prompt
This Page Contains information about How To Print A File In Linux Command Printing Files In The Linux Shell Command Prompt By lini in category Linux Systems with 0 Replies. [2896], Last Updated: Sat May 18, 2024
lini
Thu May 03, 2007
0 Comments
573 Visits
the UNIX command to send a file to a printer for printing are system dependent. to print a file, try each of the follwing commands. for example i want to print a file called mysers:
lp myusers
or
lpr myusers
the system may respond to one of these command with an error message that the command is not found. use whichever one works best for you
if you want to print several files at one then you would run this:
lp file1 file2 file3