Sponsored Content
Full Discussion: Printing Problem
Special Forums IP Networking Printing Problem Post 18530 by PxT on Friday 29th of March 2002 11:59:31 AM
Old 03-29-2002
You may be hitting the command length limit. Your command line can only be something like 1024 characters long. You may want to do something like:

find . -name '*.txt' -exec lp {} \;
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Problem with printing

Hi , Can somebody Please help me in finding out where I am going wrong. Suppose i have a file called r_wer which contains files. for ex : LMN20001 LMN20002 LMN20003 Now I want to print them. The way I am doing is $ for a in `cat '/r_wer'` > do > lp -d printername $a > done But... (3 Replies)
Discussion started by: rooh
3 Replies

2. UNIX for Dummies Questions & Answers

printing problem

i can only print from unix when I am logged in as host. When any user logs in (even myself as a user who has root priviledges) I cannot print. Has anyone heard of this problem before and are there any troubleshooting tips out there. HELP......... (3 Replies)
Discussion started by: acarroll
3 Replies

3. UNIX for Dummies Questions & Answers

printing Problem

When I print a file from an application it never stops printing. Any ideas? (2 Replies)
Discussion started by: 744eagle
2 Replies

4. UNIX for Dummies Questions & Answers

Printing problem in the Unix

How do you print a batch of pdf files on solaris 8/9 to a post script printer(HPLaser 4350).so that printing is as both sides of the paper.We have tried to print using XPDF pdftops program but we are able to print only as one side. The switch -o duplex does not seem to work when used with lp... (1 Reply)
Discussion started by: sivamurugan
1 Replies

5. HP-UX

Urgent printing problem

I can no longer print from HP-UX 10. All the printers are network printers. I have already stopped and restarted the spooler (lpshut and lpsched), but still the same problem. The printers react when I ping them. I have also tried with SAM, but the system cannot find the printers. Can somebody... (1 Reply)
Discussion started by: filipd
1 Replies

6. UNIX for Dummies Questions & Answers

Printing problem

Hello, Not sure where to begin on describing the issue; please try to understand that I am not very familiar with SCO UNIXWARE. I am a newbie... We have a SCO UNIXWARE version 7.4 when we restart the computer we are required to enter the command lpstart, without it; people cannot print. ... (1 Reply)
Discussion started by: Yorgy
1 Replies

7. UNIX for Advanced & Expert Users

Printing Problem

I am trying to print to an hp printer. i configured it using the hp configuration, entry is in the /etc/hosts file, i can telnet into it using port 9100, ping it and send jobs to it. it just won't print. the jobs stay in the spooler. its telling me to add the printer to the canaccess list. ... (0 Replies)
Discussion started by: Rosario
0 Replies

8. HP-UX

Printing problem

I have scheduled to print a numerous of report in mid-night. But, I found that some reports have not been printed out. Then, I checked the file /var/spool/lp/log and found that all reports have been submitted to print queue. Could anyone tell me what can be done to ensure all print jobs can be... (2 Replies)
Discussion started by: alfredo
2 Replies

9. SCO

Problem with printing

Does anybody know how I can stop the system slewing pages when a spool file has finished printing. I need to set up a method where all users are printing to the same printer to produce labels. The problem is that when the first users file has been printed the pages are slewed and the label is not... (2 Replies)
Discussion started by: rongrout
2 Replies

10. Shell Programming and Scripting

Problem with printing

Hi, i am writing a script to generate a summary report for my data text file my data in my text file goes like this: MacOS:Mary Abraham:53.48:88:38 Windows in lala:Mary Abraham:22.30:23:22 lala in Windows:John Goodman:33.60:121:12 Hello world:Mr Tian:23.30:23:10 Windows in 31 days:John... (2 Replies)
Discussion started by: Cheranime
2 Replies
CWGEN(1)						      General Commands Manual							  CWGEN(1)

NAME
cwgen - generate groups of random characters for Morse code practice SYNOPSIS
cwgen [-g --groups=groups] [-n --groupsize=groupsize] [-n --groupsize=group_min-group_max] [-r --repeat=repeat] [-x --limit=limit] [-c --charset=charset] [-h --help] [-V --version] cwgen installed on GNU/Linux systems understands both short form and long form command line options. cwgen installed on other operating systems may understand only the short form options. Options may be predefined in the environment variable CWGEN_OPTIONS. If defined, these options are used first; command line options take precedence. DESCRIPTION
cwgen provides a simple method to generate groups of random characters for use as input into cw. Command line options control the group size, number of groups, and character set from which the random characters are selected. COMMAND LINE OPTIONS cwgen understands the following command line options. The long form options may not be available in non-LINUX versions. -g, --groups Specifies the number of groups of random characters to generate. The default value is 128. -n, --groupsize Specifies either the number of random characters in each group, if a single value is given, or a range for the number of random characters in each group if a dash-separated pair of values is given. If a range is given, cwgen generates groups sized randomly between 'group_min' and 'group_max'. The default value is 5. -r, --repeat Specifies the number of times to repeat each group. The default value is 0, indicating that each group is printed just once. -x, --limit Specifies an upper limit on the number of characters printed. This option is useful when using random group sizes, to ensure a given amount of practice text. The default value is 0, indicating no upper limit on the number of characters printed. -c, --charset Defines the character set from which the random characters are selected. The default value is 'ABCDEFGHIJKLMNOPQRSTU- VWXYZ0123456789'. EXAMPLES
Generate 20 groups of 10 characters from the set EISH5, and sound them as Morse code. Both short-form and long-form option examples are shown: cwgen -g 20 -n 10 -c "EISH5" | cw -w 25 -t 850 cwgen --groups=20 --groupsize=10 --charset="EISH5" | cw --wpm=25 --tone=850 SEE ALSO
Man pages for cw(7,LOCAL), libcw(3,LOCAL), cw(1,LOCAL), cwcp(1,LOCAL), and xcwcp(1,LOCAL). cwgen ver. 3.0.1 CW Tutor Package CWGEN(1)
All times are GMT -4. The time now is 08:10 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy