Sponsored Content
Top Forums UNIX for Dummies Questions & Answers How to select a particular media from the printer with a UNIX command Post 302152580 by HelpMeOUt on Thursday 20th of December 2007 11:08:54 AM
Old 12-20-2007
How to select a particular media from the printer with a UNIX command

Problem Overview: We have a scheduler that prints report on any of the network printer.

Problem Statement: We need to find a UNIX command that picks up either A4, legal or letter size paper form the printer.

I found out a command but it's not working on our environment.
lpr -h -P <printer name> -# <no of pages to be printed> -o media=Letter test.txt

it gives the following error.
lpr: illegal option -- o

the command

lpr -h -P <printer name> -# <no of pages to be printed> test.txt

Prints the test.txt on an A4 paper.

Please reply help me Smilie
 

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

need UNIX command to print to Dell printer

i need a UNIX command to print to a Dell printer. i was successful printing to a HP printer using qprt -Pprinter, but it doesn't work for Dell printer. any suggestions??? much appreciated. (3 Replies)
Discussion started by: bones91
3 Replies

2. Shell Programming and Scripting

How to allow unix regular user to disable a unix printer

HI, I'm trying to create a script that a regular unix user can run from a unix menu and disable and enable a unix printer. Any help will be very helpful. Thanks (0 Replies)
Discussion started by: miguelpza
0 Replies

3. Shell Programming and Scripting

How to Monitor printer buffer using unix command

Hi, I have 13jobs waiting in a printer queue.I am try to get the status and number of jobs using lpstat but i cant see any job is waiting in queue.i think those jobs are in printer buffer.is there any way to get the status of printer buffer too using unix command.please correct me if i am wrong. i... (1 Reply)
Discussion started by: sagii
1 Replies

4. Boot Loaders

Reboot and Select Proper Boot device or insert Boot media in select Boot device and press a key

Hello, I have kubuntu on my laptop and now I decided to switch to Windows 7. I made the bios settings properly (first choice is boot from cd\vd) but I see the error " reboot and select proper Boot device or insert Boot media in select Boot device and press a key " I have tried CD and... (0 Replies)
Discussion started by: rpf
0 Replies

5. SCO

SCO Unix OpenServer 5.0.5 Media Kit

My client has lost the SCO OS 5.0.5 install media. However, they do have a working SCO 5.0.5 system, but is crumbling apart. Where can I find the SCO OS 5.0.5 install media? Or can I get a copy of the SCO CD as a ISO file? Your help is much appreciated. (7 Replies)
Discussion started by: chedlee88-1
7 Replies

6. Shell Programming and Scripting

Unix command to select first few characters and last character of a line

I have a huge file and I want to select first 10 charcters and last 2 characters of everyline and than will filter the unique line. I know, it must be easy bt I am new to unix scripting:) Ex. I have file as below and need to e3kbaird and last 2 characters. and than unique records. ... (3 Replies)
Discussion started by: Sanjeev Yadav
3 Replies

7. UNIX for Beginners Questions & Answers

Select command

Hi I'm using the "select" command in the global_env.sh to log in to the application directory. This file is called in .bashrc profile. Sample code: Filename: global_env.sh set -o vi export severname=$(uname -n) printf '%s\n%30s\n%s\n' "***********************" "Welcome to $severname"... (6 Replies)
Discussion started by: cheers799
6 Replies
rcancel(1M)															       rcancel(1M)

NAME
rcancel - remove requests from a remote printer spooling queue SYNOPSIS
[id ...] [printer] user] DESCRIPTION
The command removes a request, or requests, from the spool queue of a remote printer. is invoked by the command (see lp(1)). At least one id or the name of a printer must be specified. This command is intended to be used only by the spool system in response to the command (see lp(1)), and should not be invoked directly. Options The command recognizes the following options: id Specifying a request ID (as returned by (see lp(1))) cancels the associated request, even if it is currently printing. The maximum number of ids that can be specified is 50. printer Name of the printer (for a complete list, use (see lpstat(1))). Specifying a printer cancels the request which is cur- rently printing on that printer, if the request is owned by the user. If the or the option is specified, this option only specifies the printer on which to perform the corresponding cancel operation. Remove all requests owned by the user on the specified printer (see printer). The owner is determined by the user's login name and host name on the machine where the command was invoked. Empty the spool queue of all requests for the specified printer. This form of invoking is useful only to users with appropriate privileges. Remove any requests queued belonging to that user (or users) for the specified printer. You can repeat the option to specify more users. The maximum number of users that can be specified is 50. This form of invoking is useful only to users with appropriate privileges. WARNINGS
A remote print request can be canceled only from the system on which the the original command was issued, and if the restrict cancel fea- ture (see lpadmin(1M)) is enabled for the specified printer, a request belonging to this printer can be canceled only by the system admin- istrator or the user who requested it. This command is intended to be used only by the spool system in response to the command (see lp(1)), and should not be invoked directly. AUTHOR
was developed by the University of California, Berkeley, and HP. FILES
SEE ALSO
enable(1), lp(1), lpstat(1), accept(1M), lpadmin(1M), lpsched(1M), rlp(1M), rlpdaemon(1M), rlpstat(1M). rcancel(1M)
All times are GMT -4. The time now is 03:48 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy