swlist -l patch question


 
Thread Tools Search this Thread
Operating Systems HP-UX swlist -l patch question
# 1  
Old 02-04-2009
swlist -l patch question

when i type command : swlist -l patch
how to do that i can only show gcc this line only
# gcc 4.2.3 gcc
not to show other line
# gcc.gcc-INC
# gcc.gcc-MAN
# gcc.gcc-RUN

how to do?

example
# gcc 4.2.3 gcc
# gcc.gcc-INC
# gcc.gcc-MAN
# gcc.gcc-RUN


I don't know if i grep patch info ,if i must show all line
# gcc 4.2.3 gcc
# gcc.gcc-INC
# gcc.gcc-MAN
# gcc.gcc-RUN

or
# gcc 4.2.3 gcc
this line is enough to stand for that i have installed this patch
# 2  
Old 02-06-2009
How about swlist -l product | grep gcc?
# 3  
Old 02-06-2009
Quite right Annihilannic!

Or

swlist -l patch |grep "gcc "

since all the following lines have gcc followed by a dot (.)
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

patch cluster question.

What if ,all of my patches in solaris10 05/08 there are not find following: 118731-01 122660-10 119254-59 138217-01 .... about 30 How i can fill up 30 patches? Do command patchadd separetely for everyone? Or make all patch cluster in S mode? Do it in global? I must stop zones befor patchadd... (0 Replies)
Discussion started by: sotich82
0 Replies

2. HP-UX

swlist is not displayed in HP-UX

Hi swlist command is not displayed in HP-UX ..it displays swlist: Command not found. uname -a HP-UX inccishh B.11.11 U 9000/800 4046719263 unlimited-user license :b: Best Regards vasanthan (4 Replies)
Discussion started by: vasanthan
4 Replies

3. HP-UX

to execute the command swlist

I tried executing the following command to check the version of Apache installed byfusp01 $ swlist | grep -i apache ksh: swlist: not found Do I need root permission to execute this command? how about lvdisplay / pvdisplay? Please help me. Thanks (6 Replies)
Discussion started by: vivek_damodaran
6 Replies

4. Post Here to Contact Site Administrators and Moderators

Patch Installation

I am having trouble installing some HPUX patches on my 11.00. I am a novice at this so bear with me. I do not understand how to install depots. Now I'm trying to patch my system so I can get the Oracle client installed. Oracle says I need these two patches: PHSS_21950, QPK_11.00.64 I go to:... (0 Replies)
Discussion started by: RAFA
0 Replies

5. Solaris

Patch help?

Hello... I'm looking for latest patch for automount and what it does on Solaris8, Thanks! :confused: (2 Replies)
Discussion started by: catwomen
2 Replies

6. IP Networking

Patch-o-matic (patch for iptable) for linux2.4.08 & iptable1.2.7a

Hello friends I'm running Redhat 9.0 with linux kernel 2.4.20-8 & have iptables version 1.2.7a & encountering a problem that I narrate down. I need to apply patch to my iptable and netfilter for connection tracking and load balancing that are available in patch-o-matic distribution by netfilter.... (0 Replies)
Discussion started by: Rakesh Ranjan
0 Replies

7. UNIX for Dummies Questions & Answers

patch

Dear All , I have Sun Solaries 7 sparc server ... am runing perl , CGI , MD5 ... etc for new web mail am setting up . now i have to install the patch ( xyz.pl.patch ) against a perl file for ex. xxx.pl what exact command i have to use ,,, also i do not want to make damage for my system... (6 Replies)
Discussion started by: tamemi
6 Replies

8. Shell Programming and Scripting

patch

Dear Guys , I use Linux Red Hat 9 .. i installed a patch for a web mail i use , and i think it make a damage for my web mail i cannot see it anymore . i get so many error messages . what i want to ask is there any command on linux i can use to remove the patch !!! i want to remove the... (1 Reply)
Discussion started by: tamemi
1 Replies

9. HP-UX

OS Patch

Hello, I have to apply the patch PHSS_24302 on HPUX B.11.11 os version. When i look at the /var/adm/sw/swagentd.log it mentions that "this is not a valid depot". I downloaded the patch from HP web site. Please get back to me at the earliest as I'm dead in the water. Thanks, Balaji K (3 Replies)
Discussion started by: bkrish
3 Replies
Login or Register to Ask a Question