how do i ....


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers how do i ....
# 1  
Old 07-18-2001
Data how do i ....

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
# 2  
Old 07-18-2001
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  
Old 07-18-2001
in C shell, you can "set filec" for ESC-completion
 
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question