![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| bc and wc utilities??? | skyineyes | UNIX for Dummies Questions & Answers | 6 | 05-29-2008 09:46 AM |
| Awk Utilities | jyo123.jyothi | Shell Programming and Scripting | 10 | 05-08-2008 02:45 AM |
| Awk Utilities | jyo123.jyothi | Oracle Updates (RSS) | 0 | 05-08-2008 01:19 AM |
| Single v. double quotes in sed (GNU utilities for Win32 version) | daddydojo | Shell Programming and Scripting | 2 | 08-05-2007 02:26 PM |
| compression utilities | jalburger | UNIX for Dummies Questions & Answers | 6 | 07-08-2004 08:06 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
version of the utilities
Hi,
Can anyone tell me how i can know the version of the utilities (to be specific "make" and "ar") in HP-UX ver 11.00. thanks, abey. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Usually the version can be displayed if you use a -v or --version or some combination in that manner.
Check the man pages. If are not present, try strings `which make` | grep -i version |
|
#3
|
|||
|
|||
|
Hi,
Thanks for the help.. It worked fine, but i'm unable to grep the version name as u have mentioned. But i got the linker version. Is linker version and the utility version the same?. thanks, abey |
|
#4
|
||||
|
||||
|
Sometimes:
what `which make` will work. It looks for sccs/rcs comments in the binary. HP will sometimes ask you to do that to be sure that you are using a version with the most recent patches. |
||||
| Google The UNIX and Linux Forums |