document updated 15 years ago, on Nov 19, 2009
KSH has a few things that stand out as differences compared to other shells. They're worth noting and being aware of.
- aliases don't formally accept arguments (though they append the user's command-line onto the end of their own). However, there's a workaround if you want to use explicit argument processing: use functions.