Search Results

Search: Posts Made By: konankir
17,165
Posted By konankir
That's great ,
That's great ,How to do the same thing with "sendmail" command ... ??

Raja
17,165
Posted By konankir
How to send mail in Unix
Hi,

I am able to generate the log file from my shell file. How can i send the content of the log file through mail to some one.

Raja
3,139
Posted By konankir
To generate the FTP Script file
Hi,

I am new to the shell programming.,

My requirement is , I have an shell file, which call internally the sql file, which generates 4 files on the directory., and then shell has to create...
4,706
Posted By konankir
Thanks for all the responders., finally i got the...
Thanks for all the responders., finally i got the solution.

Raja
4,706
Posted By konankir
I got the problem where it is ., While i am...
I got the problem where it is .,

While i am appending the date string to the file name ., its giving the date format as 03/27/08152833 ., hecne the OS trating the strings after '/' in the date...
4,706
Posted By konankir
If i run the below one , is working , cd...
If i run the below one , is working ,

cd /sharedapps/etlusr/commitments/olddata/
mv ORD* ../../etl/ftp/

But If cancatenate the date value to the file name , It's not working .,

Can you...
4,706
Posted By konankir
The OLDDATAPATH is an environmental variable .,...
The OLDDATAPATH is an environmental variable ., the path will be referred from the env file .,

Raja
4,706
Posted By konankir
My actual Script is :
My actual Script is :

#!/bin/ksh
################################################################################
INPARM=$1
. /sharedapps/etlusr/etlusrenv/etlusrenv repcommitments
#To remove...
4,706
Posted By konankir
why the below script is not working .,
why the below script is not working .,

Can any one please help me out.,

for prevfile in $temp; do
prevfile=$prevfile.`date +%D%H%M%S`
mv $prevfile ../../commitments/olddata
done


Raja
Showing results 1 to 9 of 9

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