> I have read the ksh man page over and over again.
> I want to set aliases automatically.
> I cat set my aliases at the keyboard no problem.
> BUT if I put the alias definitions in the .profile they
> do NOT take effect.
following line to your .profile:
ENV=${HOME}/.kshrc ; export ENV
Search for ``ENV'' in the ksh man page for more details.
--
Murray