Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Sending control sequence to printer before job Post 1360 by PxT on Wednesday 28th of February 2001 11:49:52 AM
Old 02-28-2001
I don't know anything about printer control sequences, but I can see that you have the wrong slash. You want something like:

/bin/echo "\033"

There must be a better way to do this, though. Isn't there a '-o <option>' you could use to control this?
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How to fire a print job on a printer at DHCP network??

Hi All, I have an issue related to printing on a printer at DHCP network. We have n numbers of printers which can be attached to n numbers of telnet clients of a server. Telnet sessions can be obtained from any machine and any available printer will be attached to that machine. Our aim is to... (2 Replies)
Discussion started by: pankajgupta
2 Replies

2. Shell Programming and Scripting

Job control

Hello, What is the best way to control the running of scripts? For example, i have a k1.ksh script java pgm that checks to make sure that the file counts in a particular directory are equal to a total file count value in a control file updated from my PC. If i run this k1.ksh script and... (3 Replies)
Discussion started by: bobk544
3 Replies

3. Shell Programming and Scripting

sending control c in the loop

I want to go through the list of items and run it. while running it, some of them will have either >there is no response # and then end it... so that it can go to next item OR >there is response # but in order to break out of it, u need to do Control c. How do you send control... (6 Replies)
Discussion started by: hankooknara
6 Replies

4. Shell Programming and Scripting

job/process scheduling or control

Hi forum, I have a problem concerning job or process scheduling and control. I have to run 24 jobs (could be more sometimes less) of the same programme with different parameters. The machine this code is running on is an 8-core machine, so I was thinking that running all the processes at once... (0 Replies)
Discussion started by: deiphon
0 Replies

5. UNIX for Advanced & Expert Users

can some one give me some link about process and job control commands

can some one give me some link about process and job control commands (2 Replies)
Discussion started by: alokjyotibal
2 Replies

6. UNIX for Advanced & Expert Users

Unix Control M - Job selection critiria

Hello all, Being new to UNIX and Control-M I've runned in some kind of trouble. If I'm not mistaking Control M performs job selection upon 3 main criteria: 1- If a Job is or is not critical 2- The job's priority 3- Job's "Time From, time until" parameter Mi question concerns the... (1 Reply)
Discussion started by: gforbice
1 Replies

7. Shell Programming and Scripting

how to control the exec sequence of subshell

I have a proc like this. main.sh echo "#######################################starts" echo "Task begins at" `date` shell1.sh wait shell2.sh echo "####################################### ends" I want to execute these shells in order within crontab control. But sometimes it runs ... (4 Replies)
Discussion started by: robbiezr
4 Replies

8. HP-UX

Control-M Job trigger

Hi, I'm totally new in Control-M and I really need some help. Here's my problem. I need to make job X from a server trigger job Y from a different server where job X must receive a confirmation first before execution. :confused: I really have no idea on how to do that so can you please give... (1 Reply)
Discussion started by: criphaze22
1 Replies

9. Shell Programming and Scripting

Job Control

Using a named pipe. Run a find in the background starting in the working directory While this is happening wait for input from the user to ask him which file to find. If the user does not enter any data in 10 seconds ask the user again. Then see if the requested file name is found from the output... (0 Replies)
Discussion started by: kattak1511
0 Replies

10. Solaris

Printer printing control codes

Solaris 10: Having some trouble with a new printer printing control codes. This is an HP MFP M632. Tried a few ppd files and without a ppd file using commands similar to the follow: lpadmin -p L4102A -v /dev/null -m netstandard -n... (1 Reply)
Discussion started by: kuliksco
1 Replies
WHACK(1)						      General Commands Manual							  WHACK(1)

NAME
whack - mangle requests to a printer or damage a printer SYNOPSIS
whack [-h | -v] [-i] [-w] ids whack [-j] [-v] [-s] [-w] printers DESCRIPTION
whack mangles line printer requests or damages line printers. When the first form of the command is used, the printed output of the job is mangled as specified by the options. When the second form of the command is used, the printer itself is damaged as specified by the options. OPTIONS
-h Horizontal. Make the output run across the page horizontally, ignoring linefeeds and other form movement characters or embedded commands. -v Vertical. Make the output run vertically in one column (the current column) down the paper, ignoring any form movement characters or embedded commands. -i ISO mode. Select, at random, a different ISO code set to use while printing the rest of the job. -w Write a taunting message on the user's terminal after the jobs have been whacked. If the user is not logged in locally, then mail will be sent instead. -j Jam. Self-explanitory. -v Voltage surge. Send a voltage spike down the transmit lead(s) of the printer. Physical contact with the printer should be avoided while using the -v option. -s Spit. Causes the printer to rapidly eject it's paper load into the output bin. Depending upon the speed of the ejection, a few characters could actually print on each page. FILES
/etc/termcap HISTORY
Written by Eric L. Pederson <eric@bofh.org.uk>. 28 September 1995 WHACK(1)
All times are GMT -4. The time now is 10:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy