Michael McConville wrote:
> ksh offers csh-style history aliases when you set csh-history. This
> feature currently works. However, when an alias doesn't exist ksh
> reports only the last digit (thanks to Theo for tipping me off on this):
>
> > mike:/tmp/tech:1$ set -o csh-history
> > mike:/tmp/te
ksh offers csh-style history aliases when you set csh-history. This
feature currently works. However, when an alias doesn't exist ksh
reports only the last digit (thanks to Theo for tipping me off on this):
> mike:/tmp/tech:1$ set -o csh-history
> mike:/tmp/tech:2$ ls
> a b c
> mike:/tmp/tech:3$