ksh Aliases

The following ksh aliases are predefined:

[='\['
alias='kalias'
echo='kprint'
exception='print *$exception'
functions='typeset -f'
integer='typeset -i'
nohup='nohup '
pwd='kprint -r "$PWD"'
r='fc -e -'
suspend='kill -STOP $$'
type='whence -v'
x='examine'