How To Print A File In Linux Command Printing Files In The Linux Shell Command Prompt
Post Description: how to print a file in linux command printing files in the linux shell command prompt
how, to, print, a, file, in, linux, command, printing, files, in, the, linux, shell, command, prompt
This Post Has Been Viewed 198 Times Since Fri Feb 29, 2008 12:01 pm Posted By lini with 0 replies
POST# 951
Posted On: Fri Feb 29, 2008 12:01 pm
Topic: How To Print A File In Linux Command Printing Files In The Linux Shell Command Prompt
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
No Repies