![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Unix shell with history features like in bash | vipin_jss | High Level Programming | 1 | 05-24-2009 12:12 PM |
| how to make your bash script run on a machine with csh and bash | npatwardhan | Shell Programming and Scripting | 3 | 11-19-2008 04:17 AM |
| bash and ksh: variable lost in loop in bash? | estienne | Shell Programming and Scripting | 2 | 08-25-2008 03:09 PM |
| passing variable from bash to perl from bash script | arsidh | Shell Programming and Scripting | 10 | 06-04-2008 01:25 PM |
| Why generate "ash and bash" different output for same bash script? | s. murat | Shell Programming and Scripting | 0 | 05-26-2008 08:19 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
bash preferred or ksh with bash features
I'm a user on a fairly locked down sys V server. By default, I have ksh set as my default shell. I added to my .profile: Code:
bash -o vi so when I login, it goes into bash so I can take advantage of tab completion and use the up key to bring up previous commands. However, whenever I want to exit, I have to exit twice because the first exit leaves bash back to ksh, then the second exit puts an end to my ssh session. What I'd like to be able to do is either: a) use bash, but only have to exit once. or b) use ksh with tab completion and using the up key to bring up previous commands. I know ksh has the ESC-\ completion, but it simply isn't my preference. I also know about using "set -o vi-tabcomplete", but we don't have vi-tabcomplete as an option. Any ideas? |
| Bookmarks |
| Tags |
| tab completion |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|