| |
| | BASH description |
 | | Completion options of READLINE are : complete (TAB) Attempt to perform completion on the text before point. |
 | | Bash attempts completion treating the text as a variable (if the text begins with $), username (if the text begins with ~), hostname (if the text begins with @), or command (including aliases and functions) in turn. |
 | | Command completion attempts to match the text against aliases, reserved words, shell functions, builtins, and finally executable filenames, in that order. |
| www.komkon.org /~romm/bash/bash.html (862 words) |
|