1. on HP-UX using K shell, the SA can set some stuff to allow .history to be read, so when the is pressed, it will find the matching file or directory and complete your typing.
2. In Solaris using K shell, you can perform same function by using "set -o emacs"; however, do so will void "set -o vi" and not allow you to recall commands by using " k". set "autowrite" does not work.
3. in Solaris, using C-shell, use can use "set file C" to perform the same function. However, I do not want to use C shell.
All above steps have been tested. How do you get the to fill the string, in K shell, on Solaris?
Thanks much. Tony.