Interesting.
I have the same results with AWK on POSIX. I noticed a couple of things from the examples displayed.
In the post: 1:) aside from the full string [a-z] at or about 19 lines down, the bottom line did not end with the letter "z". The example from AIX showed no bottom line ending with...
I am having a problem understanding how the character classes work using Posix. I am trying to extract a single digit from a string as follows:
rowa='1 2 3 4 5'
rowb=`echo $rowa |awk '{print $1,$2,$3,$4}'
for i in "$rowb
do
if [ "${i+[3[:digit:]}" = "3" ] #...
I am having a problem understanding how the character classes work using Posix. I am trying to extract a single digit from a string as follows:
rowa='1 2 3 4 5'
rowb=`echo $rowa | awk '{print $1,$2,$3,$4,$5}'
for i in "$rowb"
do
if [ "${i+[3[:digit:]}...
I am new to awk and am having, what I think maybe a syntax problem.
Trying to add a row of numbers my command line is this:
echo '4 3 6 7'|awk '{count=$1} {for(length();count1=count;(total=(count++))<=NF) print "total is " total }'
two things I cannot figure out, how to define '{count=$1}' to...
Hello,
I am having a small problem at times while running my Symantec AV, as well as Windows Update. I have Windows XP Pro sp2. I think it maybe two or more resources competing for something. The event message reads "\device\lde\ldeport0 did not respond within the timeout period - ( crunching...
I am installing a software product on a Solaris 5.8 system
in the foreground. Shortly after it begins it hangs - no error messaged. I tried for a test installing it in the background ( not a good idea because there is a question at the end I need to answer ) but it ran through ok. Is there a...
Using hyperterminal I can dial to a remote system hearing the dial tone and hand shake of the modems. When I dial using dial-up networking I hear nothing and after a minute I get a message saying there was no answer. Shouldn't I at least get a message like no dial tone if I hear no activity...
Hello,
I am backing up 9 exchange servers nightly and they have been running fine for over a year. Lately at least 3 times a week just when they start I will get a Dr. Watson window saying "HrRestore in progress" and the backups just sits there. When I cancel the Dr. Watson window the...
After archiving 12 mount points on a unix machine I noticed that they were saved as one save set "/" in nwretrieve.
Is it possible to restore only one of these mount points if needed or would I have to restore all 12?
Thank You
I have heard that with dual NIC cards with 2 I/P addresses (NT 4.0) that the subnets are linked (somehow). I am new to this. I have had a problem backing up 2 NT 4.0 servers. In the course of the backup it would fail with a message from Dr.Watson that the service has stopped with access failure...
Does anyone have any experience with Consolidation? For example if a Full backup was run on a Sunday and Incremental backups were run Monday through Friday (of that same week) then on Saturday a Consolidate backup was run would the Incremental backup tapes become recyclable. My guess is yes...
I have a file with line numbers from 1 to 33 with a FS :. I'm using AWK to search through the file line by line. My problem is that when AWK gets to line 10 and above it prints line 1 & 10, 2 & 12 ,etc. Is there a way to match exactly? This is what I have for my script.
file1=/tmp/nsr_groups...
Would I be correct to say that if I am backing up an NT Server with a C,D,& E drive that a parallelism setting over 4 would not help? My thing on this is that each partition would be equal to 1 Parallelism.
Thanks for any help.
I am backing up SQL 7.0 server with Legato NSR and getting a MSSQL message back saying "Login failed - Not a trusted Connection". I have other SQL servers that backup fine. Is this there something within SQL that needs to be changed?
I am running NSR 5.5.2/client and SQL 2.0 on Windows NT 4.0.
Common data backups fine but I am getting and error message from the SQl backup. "Login failed User: Reason: Not associated with a trusted SQL Server connection.
Could something need to be changed within SQL Manager?
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.