November 1998
Beginner
368 pages
7h 58m
English
ksh is another shell that offers command completion. You type part of a command, press
twice, and ksh completes the command for you (see Code Listing 3.10). Using command completion in ksh isn't as easy as it is in bash, but the results are the same.
To use command completion in the ksh shell:
1. | set -o emacs |
2. | ls -l |
Read now
Unlock full access