- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX equivalent of ShellCheck
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
a week ago - last edited Sunday by support_s
a week ago - last edited Sunday by support_s
HP-UX equivalent of ShellCheck
Hello everyone,
I am looking for a compiled equivalent of ShellCheck for HP-UX 11.31 IA. I am needing something to determine if a script is compliant with a particular shell.
TYIA
- Tags:
- Operating System
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
a week ago
Re: HP-UX equivalent of ShellCheck
> I am looking for a compiled equivalent of ShellCheck for HP-UX 11.31
> IA. [...]
I'd never heard of it, but I don't get out much.
Is it unavailable from the Porting and Archive Centre? Can it not be
built from source on your HP-UX system?
> [...] I am needing something to determine if a script is compliant
> with a particular shell.
Which "a particular shell"?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
a week ago
Re: HP-UX equivalent of ShellCheck
Hi @TheJuiceman ,
I believe, ShellCheck will work with Linux and MacOS but not with HP-UX.
I read that the Nickel collection tool works well with HP-UX. Please refer this post.
I am not sure, even Bourne Shell Script works with HP-UX. Please search more on these two.
Regards,
Shiva_jr
I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a week ago
a week ago
Query: HP-UX equivalent of ShellCheck
System recommended content:
1. HP-UX Reference (11i v1 00/12) - 1 User Commands A-M (vol 1)
2. Node and Host Name Sizes on HP-UX: Using the Expanded Capabilities of HP-UX
Please click on "Thumbs Up/Kudo" icon to give a "Kudo".
Thank you for being a HPE valuable community member.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Monday
Re: HP-UX equivalent of ShellCheck
Hi Steven,
It is not on the Porting and Archive Center site and I have not found an equivalent there. Specifically, I'm looking to check a long list of scripts for Korn and POSIX shell "compliance". I have multiple scripts that have an improper or missing shebang line and want to check for inconsistancies and look at conforming very old scripts to newer standards that are more cross-platform compatible.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Monday
Re: HP-UX equivalent of ShellCheck
Hi Shiva,
I do not believe Nickel will accomplish what I am looking to do.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Monday
Re: Query: HP-UX equivalent of ShellCheck
I'm looking for something that will analyze a shell script structure. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Monday
Re: HP-UX equivalent of ShellCheck
> It is not on the Porting and Archive Center site [...]
Ok. I didn't see it there when I looked, either.
> [...] Can it not be built from source on your HP-UX system?
Still wondering. I'm too busy/lazy to try it, but you'd seem to have
a greater incentive than I.
Or, if you think that it would solve your problem, then find some
other system where it is available, and transport your scripts to that
system for testing?
> I do not believe Nickel will accomplish what I am looking to do.
That was certainly the impression I got.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday
Monday
Re: HP-UX equivalent of ShellCheck
Yep. That's what I've been doing so far, but it would be nice to be able to do it on the native machine