Search Results

Search: Posts Made By: hgjdv
3,508
Posted By hgjdv
Thanks VBE for the quick reply. Just so I'm...
Thanks VBE for the quick reply. Just so I'm clear are you saying to write a generic send mail script that would contain the desired outside email adderess then direct the ksh job's out to it? So if...
3,508
Posted By hgjdv
How to change crontab output from console to email?
Hi,

We are currently running AIX 6.1 TL4. There are around 30 ksh scripts that are ran from crontab which if an error occurs or a problem with an ftp unix sends the out of the ksh script which...
2,183
Posted By hgjdv
I am working with a csv. which I am building a...
I am working with a csv. which I am building a specified table for another applicaiton.

data1,This has a space
data2, This has a space
data3, This has a space

I am using AWK to split on...
2,183
Posted By hgjdv
Replacing File values
Currently I am using the tr command in 3 scenarios for a ksh script.

1) Replacing any spaces in the file with a ~

tr ' ' '~' <$orignalFile> $newFile

2) After certain processing is done at...
2,390
Posted By hgjdv
Thank you system shock that worked perfectly. I...
Thank you system shock that worked perfectly. I was able to cancel the command and still continue with the script. I'll test out the actual reinit Monday but in principle that did exactly what I...
2,390
Posted By hgjdv
Command taken away from ksh script
Hi,

Any help or suggestions would be most appreciated. I am having problems in the latter end of this ksh script where I will be checking two files. If they exist do nothing otherwise I need to...
2,432
Posted By hgjdv
Thankyou Perderabo for all your input! That...
Thankyou Perderabo for all your input! That should solve my dilemma.
2,432
Posted By hgjdv
Conversion question about ksh
Hi all,

New to ksh and had a few questions to see if this is doable in ksh or if I am going to have to call out to a tcl procedure. I have an Ascii file I want to convert to hex then search and...
Showing results 1 to 8 of 8

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