How does the system handle the rename and delete of the errorlog files? The reason I ask is because I am funning various scripts with set -x so that I can track them in the error log, now due to an increase in runs my errorlogs are growing too large. Is there a way to change how the system...
I want to port some unix scripts to perl, mostly for the fun of it. If anyone is kind enough could you help me convert this stuff. Converting these two functions should give me enough of a feel for it to do the rest.
#!/bin/sh
##################
# USAGE_function #
##################...
Working with large directories
I have a SUN blade 2000 running Solaris 8 that works with lots of files each day. I would say around 50 thousand files a day. We need to maintain at least 3 days worth of these files for research purposes if an error occurs.
There are two problems with this...
Working with large directories
I have a SUN blade 2000 running Solaris 8 that works with lots of files each day. I would say around 50 thousand files a day. We need to maintain at least 3 days worth of these files for research purposes if an error occurs.
There are two problems with this...
I have a SUN blade 2000 running Solaris 8 that works with lots of files each day. I would say around 50 thousand files a day. We need to maintain at least 3 days worth of these files for research purposes if an error occurs.
There are two problems with this.
1. Our crontab fails to delete...
Ygor and others, help combining 2 Awk scripts
I want to take this script:
awk 'BEGIN {b=""}
{ if (b > "") b=b "\n" $0; else b=$0}
/Page:/ {print b;b=""}
/EOF/ {print "LINE 1 HERE\n" b;b=""}
END {print b}' < $1
And this scripts:
awk...
Input File
line 1
line 2
line 3
line 1
line 2
line 3
line 1
line 2
line 3
line 4
Output File
line 1
line 2
line 3
line 1
line 2
line 3
line 1
Line Added
line 2
line 3
line 4
Printer Xerox DP92c
Controller NPS
Operating system Solaris 8
I was wondering if there was a way to use PCL to separate various concatenated PostScript jobs during printing. I was thinking of using the Job Separation command and a PCL or PostScript staple command to print and staple 10 jobs...
I have a bit of a problem. PostScript is a black box to me; I only know what I have learned in the past day about how PostScript works. I have to figure out how to concatenate three files together in one file but have each individual file stapled separately on a Xerox N4525. I have tried many...
Staple each Doc, concatenated PS file- PLZ HELP!!
I have a bit of a problem. PostScript is a black box to me; I only know what I have learned in the past day about how PostScript works. I have to figure out how to concatenate three files together in one file but have each individual file...
Lets say I take 10 ps files and I copy them together in a text editor then send it to a printer as 1 file. Is it possible to have each job in the master file get separately stapled?
I am using a Xerox DP92 or n4525 to print.
Any help would be great.
thx
Dan
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.