- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- escape-escape
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-05-2001 06:07 AM
06-05-2001 06:07 AM
Does anyone know how this is accomplished? Is this something that is specific to HP-UX or is it general th UNIX -- and if it is general to UNIX, is there some evironment/configuration setup that needs to happen if you want to accomplish this on a different UNIX platform (specifically AIX). Please let me know what information you have about this. Thanks in advance. Enjoy.
Anthony
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 06:18 AM
06-05-2001 06:18 AM
Re: escape-escape
One note- Let's say you have two files, MACRO and MACARENA, you type MA then press esc-esc, ksh will add the C but that is it. You can type an "=" at this point and ksh will display the possible filenames that match up to MAC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 06:28 AM
06-05-2001 06:28 AM
Re: escape-escape
It is a function of ksh . Actually ksh keeps a history of commands previuosly run and tries to match with the nearest fit in case you type few alphabets and press esc esc . Also in the SUN system I have seen it being acomplished with esc and * . In case there is an ambuguity it matches till the place there is no ambiguity.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 06:35 AM
06-05-2001 06:35 AM
Re: escape-escape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 06:41 AM
06-05-2001 06:41 AM
Re: escape-escape
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 06:43 AM
06-05-2001 06:43 AM
Re: escape-escape
Anthony
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 06:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 07:01 AM
06-05-2001 07:01 AM
Re: escape-escape
Under ksh enter set +f to turn it on
set -f to turn it off
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 07:46 AM
06-05-2001 07:46 AM
Re: escape-escape
Try setting up with ksh -o vi , just a thought .
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2001 08:01 AM
06-05-2001 08:01 AM
Re: escape-escape
Anthony
(NOTE: This forum support is a valuable tool that I haven't found a comparison with IBM's AIX. Much applause to HP.)