Search Results

Search: Posts Made By: colesga
4,648
Posted By colesga
Thanks that works. My only issue with this...
Thanks that works. My only issue with this solution is that the email has no message body, due to removing the < $tmpbody (which inserted the body message from a file). Is there another way to insert...
4,648
Posted By colesga
mail alias
Hi

Is there anyway to alias the sending mail address.

At the moment I have something like below

oracle@devora.db.uk1.inspiredbroadcast.net

and I want to do this

Legion DW - BIDB.D ...
13,593
Posted By colesga
How do I set it to binary? I am doing the...
How do I set it to binary?

I am doing the below at the moment.

echo "open $FTP_MACHINE" > $tmpcmd
echo "user $FTP_USER $FTP_PWD" >> $tmpcmd
echo "put *.zip" >> $tmpcmd
echo "bye" >> $tmpcmd...
13,593
Posted By colesga
ftp zip files corruption
Hi

I have a zip file that I am ftping to another server. After I have ztped the file it is corrupt and cannot be opened by winzip.

Can anyone throw any light on to why this would happen.

I...
9,787
Posted By colesga
Thanks Changed my mind in the end and did...
Thanks

Changed my mind in the end and did the following

find $log_dir/*.gz -ctime +$zip_days | xargs rm -f
9,787
Posted By colesga
awk substr
Hi

I have multiple files that name begins bidb_yyyymm. (yyyymm = current year month of file creation).

What I want to do is look at the files and where yyyymm is older than 1 month I want to...
8,830
Posted By colesga
Passing a password to su
Hi

I am running unix commands through Oracle, but I want to be able to run sftp which oracle cannot use. What I want to do is run a script which runs as oracle user but has the su command in, to...
Showing results 1 to 7 of 7

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