Community Page
- www.tech-recipes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- thanks for the replies that have been posted.... i am so glad that my problem has been solved...
- ok it comes back and says they are terminated, however, task manager still shows all of the ones killed still in memory. I am REAL tired of constantly rebooting. In all my 20+ tech years I have...
- THANKS!
- THERE IS A BETTER WAY TO BYPASS TIME LIMIT 1. SWITCH OFF UR MODEM 2. DELETE COOKIES&TEMPORARY INTERNET FILES FROM INTERNET OPTIONS MENU 3.SWITCH ON UR MODEM N U CAN DOWNLOAD AGAIN WITHOUT...
- Amazing. I just googled for such a solution and here it is. Where as when I attempt the HP or microsoft websites for such a solution, they beat around the bush (like all the time). Thanks.
Tech-Recipes
Cookbook of Tech TutorialsShow applied patches or check for a specific patch in Solaris | Solaris system administration | Tech-Recipes
Started by qdideas · 9 months ago
5 years ago
<font color="#444444">is an alternative to showrev -p if the SUNWadmc package is not installed on the system</font>
<font color="green">showrev -p | sed -e 's/Obsoletes.*Pack/Pack/g' | grep 112233</font>
<font color="#444444">This command will trim the output to only the patch you are looking for instead of grabbing the patch in the Requires and Obsoletes fields</font>