Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 01:04 AM
04-18-2007 01:04 AM
which command we can get version of M4 in Unix.
Thanks in Advance
Regards,
Subrat
Solved! Go to Solution.
- Tags:
- m4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 01:23 AM
04-18-2007 01:23 AM
Re: About M4
have you tried:
what `which m4`
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 01:39 AM
04-18-2007 01:39 AM
Re: About M4
I have tried with --
>m4 version
Regards,
Subrat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 02:00 AM
04-18-2007 02:00 AM
Re: About M4
I don't understand your reply. Can you please explain ? Or perhaps I am mis-understanding the original question.
Please see Steven's last answer in this thread:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1045822
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 03:00 AM
04-18-2007 03:00 AM
Re: About M4
only i want to know which m4 version is installed in my UNIX.
So which command is used for same.
Regards,
Subrat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 03:11 AM
04-18-2007 03:11 AM
Solutionplease type the command:
which m4
This will return the location of the m4 you are using (as specified via your PATH variable)
Lets assume the above command returns /usr/local/bin/m4.
If you now use the command:
what /usr/local/bin/m4
It should give you the version of file you are using.
If these answers have helped, please dont forget:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 03:11 AM
04-18-2007 03:11 AM
Re: About M4
If you need special m4 features then try the Gnu version:
http://hpux.its.tudelft.nl/hppd/hpux/Languages/m4-1.4.8/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 03:40 AM
04-18-2007 03:40 AM
Re: About M4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 09:34 AM
04-18-2007 09:34 AM
Re: About M4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 04:27 PM
04-18-2007 04:27 PM
Re: About M4
Did you try it on /usr/bin/m4?
While not too helpful, it would indicate the OS or patch version:
$Revision: B11.23_LR
(I got nothing for /usr/local/bin/m4.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 05:43 PM
04-18-2007 05:43 PM
Re: About M4
Yes,I got $Revision: B11.23_LR for â whatâ command for m4.
I was confused about this.
Any idea how to get version for m4.
Regards,
Subrat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2007 06:10 PM
04-18-2007 06:10 PM
Re: About M4
The comments indicate it was developed by HP. So there is no likely version number, especially matching GNU.
m4 does meet UNIX 95.