HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Command line with more than 255 chars
Operating System - HP-UX
1825771
Members
2320
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
11-14-2008 08:24 AM
11-14-2008 08:24 AM
Command line with more than 255 chars
Hi,
Im trying to execute a shell command with more than 255 chars.
/opt/omni/bin/omnir -preview -filesystem ....
..... -target systemA
Is there any way to configure the input queue to accept more than 255 chars?
stty ?
Regards,
Joao Rei
Im trying to execute a shell command with more than 255 chars.
/opt/omni/bin/omnir -preview -filesystem ....
..... -target systemA
Is there any way to configure the input queue to accept more than 255 chars?
stty ?
Regards,
Joao Rei
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2008 09:34 AM
11-14-2008 09:34 AM
Re: Command line with more than 255 chars
I take it you are constructing the command basically like what a language teacher would call a "run-on sentence", in that you just keep typing and let the line wrap.
try breaking it up using the "\" as a line continuation. something like this:
bfed# /opt/omni/bin/omnir -preview \
> -filesystem .......... \
> ................ \
> -target systemA
In this case, each backslash is followed by an "enter", the ">" is the second level prompt indicating that you can continue typing
try breaking it up using the "\" as a line continuation. something like this:
bfed# /opt/omni/bin/omnir -preview \
> -filesystem .......... \
> ................ \
> -target systemA
In this case, each backslash is followed by an "enter", the ">" is the second level prompt indicating that you can continue typing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2008 02:31 PM
11-14-2008 02:31 PM
Re: Command line with more than 255 chars
>I'm trying to execute a shell command with more than 255 chars.
You only have this problem if you are trying to edit a line. Otherwise as OldSchool says, you can keep typing.
You only have this problem if you are trying to edit a line. Otherwise as OldSchool says, you can keep typing.
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP