How to autocomplete at the Korn shell command line with the vi editor
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2008-09-17T08:10:54Z
Indexed on
2010/04/25
6:03 UTC
Read the original article
Hit count: 319
In the Korn shell on AIX UNIX Version 5.3 with the editor mode set to vi using:
set -o vi
What are the key-strokes at the shell command line to autocomplete a file or directory name ?
© Stack Overflow or respective owner