up previous next contents
Next: Example 4-1: Example aliases Up: The Korn Shell Previous: Your Prompt   Contents

Aliases

Aliases in the Korn shell allow you to create your own commands. You can simply rename existing commands, or you can group commands together to create entirely new commands. This feature is also available in the C shell, but the command syntax is slightly different.

The ksh syntax for alias commands:

alias name='value'


up previous next contents
Next: Example 4-1: Example aliases Up: The Korn Shell Previous: Your Prompt   Contents