Re: Fix error reporting in ksh's csh-history

2015-09-16 Thread Michael McConville
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

Fix error reporting in ksh's csh-history

2015-09-13 Thread Michael McConville
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$