Search Results

Search: Posts Made By: hanie123
5,114
Posted By hanie123
Schedule a Crontab
All,

I'm a newbie with crontab and I need your help with schedule a cold-backup running every Sunday at 7am except 1st of the month.
Thank you so much.
2,009
Posted By hanie123
Comparison and For Loop Taking Too Long
I'd like to
1. Check and compare the 10,000 pnt files contains single record from the /$ROOTDIR/scp/inbox/string1 directory against 39 bad pnt files from the /$ROOTDIR/output/tma/pnt/bad/string1...
2,461
Posted By hanie123
I wish I can do that myself, my UNIX admin won't...
I wish I can do that myself, my UNIX admin won't allow me to do that. Anyway, I'd like to
1. Check and compare the 10,000 pnt files contains single record from the /$ROOTDIR/scp/inbox/string1...
2,461
Posted By hanie123
Great! I will give it a try. Thank you guys. ...
Great! I will give it a try. Thank you guys.

kshji:
you mean
read gline < $gfile
instead of
read fline < $gfile
right?
and gline & bline should start at position 38 instead of 37, am I...
2,461
Posted By hanie123
For Loop Taking Too Long
I'm new from UNIX scripting. Please help.
I have about 10,000 files from the $ROOTDIR/scp/inbox/string1 directory to compare with the 50 files from /$ROOTDIR/output/tma/pnt/bad/string1/ directory...
15,170
Posted By hanie123
usr/bin/ls: 0403-027 The parameter list is too long
Arun,

Thank you for your clarification. Because I can not use the line code
ls -1 /$ROOTDIR/scp/inbox/PNT.2* > filesToProcess.tmp
due to an error "0403-027 The parameter list is too long". Then...
15,170
Posted By hanie123
usr/bin/ls: 0403-027 The parameter list is too long
That works! Thank you for your help!

---------- Post updated at 01:10 PM ---------- Previous update was at 12:07 PM ----------

Arun,

While read gfile line code in read below. What is gfile?...
15,170
Posted By hanie123
usr/bin/ls: 0403-027 The parameter list is too long
arunsoman80,

You're right, but when I changed the code below to

`find . -name 'PNT.*' -print | ls -1 /$ROOTDIR/scp/inbox'
Then I get an error message 0403-029 There is not enough memory...
15,170
Posted By hanie123
usr/bin/ls: 0403-027 The parameter list is too long
I ran this script in AIX 5L environment and getting an error
usr/bin/ls: 0403-027 The parameter list is too long
Our administrator had increased the maxium allowable size of the ARG/ENV list but it...
1,804
Posted By hanie123
cfajohnson, thank you for you help!
cfajohnson, thank you for you help!
1,804
Posted By hanie123
Shell Script Help!
Attached below is my current script scheduled from crontab to run every 3 minutes every hour except from 2-3Am. We received PNTs files to our inbox directory through FPT. The script processes...
8,398
Posted By hanie123
I got the error for the code below. Please help....
I got the error for the code below. Please help. Thanks
-rwxrwxr-x
rm: /saswork/output/tma/pnt/tmp/*: A file or directory in the path name does not exist.
cp: Not a recognized flag: w
Usage: cp...
8,398
Posted By hanie123
Dhruva, thank you for your help. Intead of...
Dhruva, thank you for your help.

Intead of compare the string ID to the /saswork/output/tma/pnt/test/badpnt/badpnt.dat file, can I compare the string ID to files like PNT1, PNT2, PNT3,... in the...
8,398
Posted By hanie123
Thank you for your time Asmita and Dhruva. Your...
Thank you for your time Asmita and Dhruva. Your assumption was right. I'll give it a try and get back to you soon.
Thanks
3,272
Posted By hanie123
Repost-Korn Shell Scripting
Hi, being very new to Korn Shell Scripting I am hoping that someone here can help me. I want to compare file name in scp/inbox directory to file name stored inside a file in pnt/compare directory....
8,398
Posted By hanie123
Compare Column value from Two Different Files
Hi, I need help to write a korn shell script to

1. Check and compare the first file contains single record from the /scp/inbox directory against the badpnt.dat file from the pnt/badfiles directory...
1,709
Posted By hanie123
Shell Script Help!
Hi, being very new to Korn Shell Scripting I am hoping that someone here can help me. I want to compare file name in scp/inbox directory to file name stored inside a file in pnt/compare directory....
Showing results 1 to 17 of 17

 
All times are GMT -4. The time now is 09:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy