Search Results

Search: Posts Made By: Danish Shakil
Forum: Red Hat 12-29-2010
2,461
Posted By Danish Shakil
Thanks
Thanks a lot for your help guys, i am updating my RED HAT.

Regards,
Danish
Forum: Red Hat 12-28-2010
2,461
Posted By Danish Shakil
Lib missing
Hai dear,

I am installing some application on linux RedHat 9
It gives me following discrepancies

lib.so.6 (GLIBC_2.3.4) needed
lib.so.6 (GLIBC_2.4) needed
libpthread.so.0(GLIBC_2.3.3)...
2,448
Posted By Danish Shakil
grep date with copy command
how can i copy only those files with creation date less then 24 hours.
1,721
Posted By Danish Shakil
Multiple column mapping
Thanks Radoulov,

It worked, i need a little more help:

File a.txt
1 1 bash enable unlocked
1 4 kash enable locked
1 8 gash enable unlocked
2 1 ...
1,721
Posted By Danish Shakil
Pattern mapping
Dear Friends,

Please help me on this
I have file A.txt containing text lines as below
grectec; 30 ,50, 60, base_123 ; top09
grectec; 30 ,55, 60, base_123 ; top09
grectec; 10 ,53, 60,...
1,607
Posted By Danish Shakil
Line count
Hello friends,

Could you please help on this,

n=`wc -l test.txt`
echo $n

the above two line code give me
"67 text.txt"

where as i just need n= 67 as line count
4,406
Posted By Danish Shakil
Error while sending email from solaris
Dears,

I have tried to send email, but i have following error.
051 mydomain.net: Name server timeout
i have add following line to /etc/resolv.conf
domain mydomain.net
But didn't work, i didn't...
10,016
Posted By Danish Shakil
display warning messages on command line
I have made a script to print size of a slice if it reaches more then 80% which is working fine no problem in it.

I want to add this script in crontab to print this message on command line every...
Forum: Solaris 02-19-2009
6,976
Posted By Danish Shakil
Thanks for the replies, sorry i think i didn't...
Thanks for the replies, sorry i think i didn't fully convey my query....

Actually i want to have alert messages on console display ...
like mention below using putty or SecureCRT....

#
#
#...
2,294
Posted By Danish Shakil
Pop up messages !!!!
Dears,

Can you please help me regarding pop up messages !!!!

I want system to display a pop up message for all the users connected to the system when /var size reach more the 80%.
This message...
Forum: Solaris 02-19-2009
6,976
Posted By Danish Shakil
Pop up messages !!!!
Dears,

Can you please help me regarding pop up messages !!!!

I want system to display a pop up message for all the users connected to the system when /var size reach more the 80%.
This message...
8,677
Posted By Danish Shakil
forget to tell you that below script also didn't...
forget to tell you that below script also didn't solve the issue

#/usr/sbin/ksh
set -x
touch list.txt > /dev/null 2>&1
rm list.txt > /dev/null 2>&1
8,677
Posted By Danish Shakil
$cat test.sh #/usr/sbin/ksh set -x touch...
$cat test.sh
#/usr/sbin/ksh
set -x
touch list.txt
rm list.txt

To run this code it give me below output which is not required, how can i remove them.
8,677
Posted By Danish Shakil
Boss is it OK, Please suggest !!! :)
Boss is it OK,
Please suggest !!! :)
8,677
Posted By Danish Shakil
Remove Garbage Output
Hello Friends,

In a script i m using different temporary file and i remove them in the end.
During script execution i have some garbage output which is not required.


For example: Garbage...
4,411
Posted By Danish Shakil
Dear aigles, Still i have same error: ...
Dear aigles,



Still i have same error:

To reset a TRE i have to use below mentioned command, under command prompt:which is a build in function for me.
actual command:
omcdo -cmd...
4,411
Posted By Danish Shakil
BOSS!!! Still not working Below is the test...
BOSS!!! Still not working
Below is the test script

#/usr/sbin/ksh
set -x

while read V1 V2 V3
do
omcdo -cmd \'TRE_reset($V1,$V2,"$V3")\'
done < Output.txt

Its gives error message as...
4,411
Posted By Danish Shakil
Dear Friends, Thank you very much for your...
Dear Friends,

Thank you very much for your comments.

But still i have some error:

To reset a TRE i have to use below mentioned command, under command prompt:which is a build in function for...
4,411
Posted By Danish Shakil
BOSS!!! The new script is awk...
BOSS!!!
The new script is

awk '{bts[NR]=$1;tre[NR]=$2;bss[NR]=$3}
END{for (i=1;i<=NR;i++){ omcdo -cmd \'TRE_reset(bts[i],bss[i],"tre[i]")\'} }' Output_TRE_ALARM.txt

But still it is not...
4,411
Posted By Danish Shakil
Can anybody help me with this i will be very...
Can anybody help me with this i will be very thankful to him.
4,411
Posted By Danish Shakil
Dear era/friends, Many thanks for your...
Dear era/friends,

Many thanks for your help!!
I have i more query.

I have a file with three columns and below mentioned script print all three columns perfectly.

awk...
4,411
Posted By Danish Shakil
Use of AWK as array
Dear Experts,

I have a file containing text like below

123
456
789
012
345

I want to save each line in array.
and print each array index as per my requirement.

For Example array[2]...
1,644
Posted By Danish Shakil
Duplicated string in a file
Sorry its not duplicated file, instead its a duplicated string in a file.
1,644
Posted By Danish Shakil
Pattern matching in Duplicated file and print once
Dear Experts,

I have many alarms appeared in a file twice, i want to grep them with this info EVTTIME & DOMAIN, and print them in second file with 1 occurance.


I have tried uniq -d test.txt >...
6,063
Posted By Danish Shakil
Dear Kesari, From the output echo messages...
Dear Kesari,

From the output echo messages it seems yes, how to append these messages in to a output text file.

Best Regards.
Showing results 1 to 25 of 41

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