Search Results

Search: Posts Made By: sithara
15,606
Posted By sithara
Adding date to the subject using mailx
Hi ,

I want to add date to the subject of the email. I am using mail and used


-s "SQL Loader was not able to load enid on `date` due to data error"



But it didnt work. can any...
7,796
Posted By sithara
I am using the below nawk, to Send notifications....
I am using the below nawk, to Send notifications.

Currently ,if Ind='Y' Then a member will be notified with a message which uses a template1 and FROM display would be...
7,796
Posted By sithara
Changing the sender Email address to Alias
Hi All,

I want to change the email address of the sender to some alias
for eg:

FROM:noreplyecommerce@test.com needs to be changes to TEST

Please help me.
8,279
Posted By sithara
#! /bin/ksh n=`wc -l < test.dat` i=1 ...
#! /bin/ksh

n=`wc -l < test.dat`
i=1

while [ "$i" -le "$n" ]
do

# read line by line from the input file
line=`cat test.dat | head -$i | tail -1`

file=`echo $line | cut -c1-100 |...
8,279
Posted By sithara
Check the file size - help
I want to write a batch job (ksh) with the following requirement

we have file feeds coming to our system from other team,
if the file size is greater than expected then we dont need to process...
1,199
Posted By sithara
yes . I always find the size of the...
yes . I always find the size of the undelivered_letters.log is 1k even though there is no records in it !
1,199
Posted By sithara
Help needed to send email
Hi ,

Below is the part of Ksh.I have written.

The sql below generates list of records for undelivered letters.

## - spool undelivered letter list
cd $cs_LOG
$ORACLE_BIN/sqlplus...
1,321
Posted By sithara
Help needed to send email
Hi ,

Below is the part of Ksh.I have written.

The sql below generates list of records for undelivered letters.

## - spool undelivered letter list
cd $cs_LOG
$ORACLE_BIN/sqlplus...
66,491
Posted By sithara
Thank you so much!!That resolved my question
Thank you so much!!That resolved my question
66,491
Posted By sithara
drwxrwx--- permission
Hi All,

This is my first thread in this forum.I am a new comer to Unix world.

My question is :

I am logged in the server as an user 'arcgh'

how can I create a dir under...
Showing results 1 to 10 of 10

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