Search Results

Search: Posts Made By: gowtham.varma
10,371
Posted By gowtham.varma
Is it possible to check,the applications that are...
Is it possible to check,the applications that are not active?
10,371
Posted By gowtham.varma
thanks that is helpful. But what if we don't...
thanks that is helpful.
But what if we don't have lsof.Is there any way around?
10,371
Posted By gowtham.varma
Find applications that use openssl
I have a OpenSSL configured in my RHEL machine.
I need to find the list of applications that use or depend on OpenSSL.
Is it possible to know which application is using the shared library?


...
2,426
Posted By gowtham.varma
sed ...
sed "s/s_virtual_hostname\">lnxdb-pts-[0-9]*/&-vip/" <filename>


if you have GNU sed you can use


sed -i "s/s_virtual_hostname\">lnxdb-pts-[0-9]*/&-vip/" <filename>
7,538
Posted By gowtham.varma
awk -F"[" '{print $3}' <filename> | tr -d '1m' |...
awk -F"[" '{print $3}' <filename> | tr -d '1m' | tr -d '^'

If the data at the starting of the string wont change
1,175
Posted By gowtham.varma
use this one.
use this one.
5,144
Posted By gowtham.varma
this may help you.
this may help you.
1,741
Posted By gowtham.varma
cat <inputfile> | sort -n | uniq
cat <inputfile> | sort -n | uniq
9,586
Posted By gowtham.varma
this can help you..
this can help you..
6,952
Posted By gowtham.varma
will work
will work
1,619
Posted By gowtham.varma
this can help you,if the fields are constant..
this can help you,if the fields are constant..
3,400
Posted By gowtham.varma
if you want to compare the strings this may help...
if you want to compare the strings this may help you..
8,660
Posted By gowtham.varma
if you want to remove ^M.You can try this..
if you want to remove ^M.You can try this..
1,279
Posted By gowtham.varma
awk 'NF==3 {print}' <infile
awk 'NF==3 {print}' <infile
1,733
Posted By gowtham.varma
hope it helps..
hope it helps..
4,221
Posted By gowtham.varma
try this it worked for me...
try this it worked for me...
1,092
Posted By gowtham.varma
awk -F "_" '{print $4"_"$5}'...
awk -F "_" '{print $4"_"$5}' <inputfile>
16,496
Posted By gowtham.varma
tr '" ', ' \n' < infile
tr '" ', ' \n' < infile
5,909
Posted By gowtham.varma
this will work i guess..if the length of the...
this will work i guess..if the length of the words is same...
try to increase or decrease the dots depending on the size of the word
Forum: Solaris 09-12-2011
3,185
Posted By gowtham.varma
thanq very much for the help..can you guide me...
thanq very much for the help..can you guide me furthur..
im using FC san boot.Yes i made changes to fp.conf.


can you explain this?
Forum: Solaris 09-10-2011
3,185
Posted By gowtham.varma
solaris turn off multipath mpxio
Im not able to turn the multipath off on the solaris s10 X86...since im on FC boot..
if i disable multipath , from /kernel/drv/iscsi.conf then im not able to boot the machine.:wall:
Is there any...
3,861
Posted By gowtham.varma

2,110
Posted By gowtham.varma
cat <filename> | tr '. '/ ' '
cat <filename> | tr '. '/ ' '
21,834
Posted By gowtham.varma

1,303
Posted By gowtham.varma
cat <filename> | awk '{print $3}' | paste -s
cat <filename> | awk '{print $3}' | paste -s
Showing results 1 to 25 of 28

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