Search Results

Search: Posts Made By: Navatha
2,048
Posted By Navatha
please can ayone let me know why the same...
please can ayone let me know why the same timestamp is not populating....
2,048
Posted By Navatha
lagtime issue
Hi all,

Need your help in the following issue :

I have a script which does the calling of some packages:
All the packages that need to be called are wriiten into a inputfile
Also there are...
1,919
Posted By Navatha
please explain the command
Hi all ,

please explain the following command :

perl -e 'select(undef,undef,undef,.15)'

Thanks and Regards
Navatha
1,808
Posted By Navatha
help with removing files which are n days old
Hi ,

I need to remove files from a specific directory which are 7 days old
using folowing find comand as:
find /home/dir1/log -name "run*.log" -mtime +6 -prune -exec rm -f {} \;
but my ...
2,417
Posted By Navatha
calling a ksh script present in different unix box
Hi ,

I have a shell script which does some calling of procedures
once all the procedures are called I need to start another
ksh script which is present on a different unix box

How can...
12,208
Posted By Navatha
If it is outlook how can I set the message that...
If it is outlook how can I set the message that to be sent to Arial or another style ?
12,208
Posted By Navatha
mailx options
Hi all

I want to send a mailx in shell script setting the font and style
eg : message should go in Arial style ..
How can these be done?

Thanks and Regards
Navatha
2,351
Posted By Navatha
the func2 doesnt call any other script it is a...
the func2 doesnt call any other script
it is a function defined in the same script ..
I tried placing wait command but it behaving the same way ...

I tried to print values (var11 n var22) but...
2,351
Posted By Navatha
Need Help : while read loop
hi all,

Can you please help me with this issue ?

while [ cond1 = cond2 ] ####infinite loop
do
cat file1 |while read var1 var2
do
func1 $var1 $var2
done
cat file2 |...
3,750
Posted By Navatha
Hi Franklin, Can you guide regarding file...
Hi Franklin,
Can you guide regarding file descriptors?

i know that there are 3 std unix file descriptors as stdi/p ,stdo/p and std err
Can you brief me abt file descriptors ?
3,750
Posted By Navatha
Error while trying to print message
Hi all

Geting this error while trying to print message as :
./logfunc[4]: print: bad file unit number
heres what i m trying to do :

log_date="$(date '+%d/%m/%Y %H:%M:%S')"...
Showing results 1 to 11 of 11

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