Search Results

Search: Posts Made By: radhika03
12,339
Posted By radhika03
Thanks... Actually changing archiever.log to...
Thanks...

Actually changing archiever.log to archiver.doc worked...

(cat mail.log; uuencode archiver.log archiver.doc; ) | mailx -s "Failure" asd@a.com :
12,339
Posted By radhika03
Sending text files as attachments
Hi,

I have used the following command to send a text file "archiver.log" as attachment.

(cat mail.log; uuencode archiver.log archiver.log; ) | mailx -s "Failure" asd@a.com :

But in the...
3
1,622
Posted By radhika03
Thanks !!!! */2 worked fine
Thanks !!!! */2 worked fine
6,090
Posted By radhika03
environment variables
Hi,

If i have a variable set and exported in my pofile file will that variable be available in all shell scripts created.

Thanks,
Radhika.
5,377
Posted By radhika03
Hi, But i dont want to use absolute path...
Hi,

But i dont want to use absolute path in my shell script as the folder structure may change
3
1,622
Posted By radhika03
cron
Hi,

I want to schedule a job which executes after every 5 mins.
Other than 0,5,10,15 etc for minutes is there any other way ?

Thanks ,
radhika
5,377
Posted By radhika03
Setting path
Hi all,

I have a java command in a shell script.
When i m executing the command from the prompt its working fine. But when i paste the same command in a shell script and execute the shell script...
33,892
Posted By radhika03
sendmail function
Hi all,

Following is the code for sending mail with attachment

#! /bin/ksh

SUBJ="Send mail from Unix PHDCAP12 "
TO=tmp@rediff.com
CC=tmp1@rediff.com
(
cat << !
To : ${TO}
Subject :...
39,573
Posted By radhika03
Finding the group to which a user belongs
Is there any command to find to which group u ser belongs
14,220
Posted By radhika03
export command
Is there any difference between these 2 commands :-

export var="a"

and

var="a"
export var
7,623
Posted By radhika03
thnks vino !!!
thnks vino !!!
7,623
Posted By radhika03
Formatting date
i need date in the following format December 14, 2005.
With date +"%b %d, %Y" command i am getting the following output :- Dec 14, 2005.
can anyone pls tell me how to get the full month name
5,060
Posted By radhika03
Validating date in sas
I need some help on sas on unix....

Is there any way to validate date in sas
250,761
Posted By radhika03
Thanks Vino..that was really helpful
Thanks Vino..that was really helpful
250,761
Posted By radhika03
Concatenating Strings
Is there any function to concatenate strings in shell script
2,324
Posted By radhika03
Giving input through script
Script 1.ksh
=========

/home/adw/a.ksh << **
a
b

Script 1.ksh is working fine even without ending "**"

Script 2.ksh
=========
if [ "1" -eq "1" ] then
/home/adw/a.ksh << **
a
b
fi
...
6,321
Posted By radhika03
So u all mean to say that /home/adw/a.ksh...
So u all mean to say that

/home/adw/a.ksh << **
a
b

only this will not work i'll have to use

/home/adw/a.ksh << **
a
b
**

So here ** is just like any other label
6,321
Posted By radhika03
Giving input to a script through a script
/home/adw/a.ksh << EOF
a
b
EOF

This is how we give input to a file through script
Our client has done the coding in a different way :-

/home/adw/a.ksh << **
a
b

Can nybody pls tell me...
Showing results 1 to 18 of 18

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