- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Type of command
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
06-07-2005 07:08 PM
06-07-2005 07:08 PM
Type of command
Over a dozen of times i have read the sentence "This option is supported in Gnu utility and that one is not supported".
But i unable to find out whether my command is Gnu one or not.
How can i find it out?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 10:25 PM
06-07-2005 10:25 PM
Re: Type of command
which utility you are checking out?
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 11:04 PM
06-07-2005 11:04 PM
Re: Type of command
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2005 11:32 PM
06-07-2005 11:32 PM
Re: Type of command
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 12:07 AM
06-08-2005 12:07 AM
Re: Type of command
The man pages should give you the required info. Example from the man page for the GNU version of xargs;
"This manual page documents the GNU version of xargs"
Another for the GNU version of find;
"This manual page documents the GNU version of find"
Also, if your trying to use a GNU feature and it isn't working; you probably don't have the GNU version.
David
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 12:24 AM
06-08-2005 12:24 AM
Re: Type of command
But imagine the situation when you are given a job to do.
Now comes the main problem.
You try some features which are not working, it gives random errors, you don't know that these features are specific to Gnu and vice versa.
On Googling you find out that these are specific to Gnu.
So now the only option that i have is to check the man pages to find out whether mine commands are Gnu or not.
Okay i will try you update you all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 01:57 AM
06-08-2005 01:57 AM
Re: Type of command
(1) only install GNU software from HP (http://www.software.hp.com/) or the porting sites (http://hpux.ee.ualberta.ca/hppd/hpux/Languages/python-2.3.3/) using swinstall (depot files).
(2) use swlist to determine what OTHER packages you have installed other than the normal Hp stuff.
(3) check your PATH variable. Use the command "which" (which command is found in your PATH first) and "whereis" (to determine what commands are available in your PATH).
(4) GNU commands typically have a "--version" option
live free or die
harry d brown jr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 02:20 AM
06-08-2005 02:20 AM
Re: Type of command
If this is right then its very easy to find out whether my commnad is Gnu one or not.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2005 02:55 AM
06-08-2005 02:55 AM
Re: Type of command
live free or die
harry d brown jr