![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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 !! |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi all,
Just started using unix and I want to know how do i swith the auto-completion option on, so that when i press tab the filename i started to type will be automatically compled. I'm using ksh. Thank you Ilia |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
Unfortunately the TAB auto-completion setting is only available nativelly for bash shell. korn shell does not support TAB for auto completions. Otherwise, that's another way. Issue the command:
set -o emacs and you will be able to use auto-completion using the ESC key (typing twice the ESC key) issuing the set -o command, you are setting EMACS editor environment to the Korn shell. Any questions tell me. HTT |
|
#3
|
|||
|
|||
|
in C shell, you can "set filec" for ESC-completion
__________________
:rolleyes: |
|||
| Google The UNIX and Linux Forums |