Hi monks,
I am new to Linux Shell programming. Would u help me
to solve the two problems -
1. I am working in korn shell -ksh.
I am trying to modify the .profile file as
set -o emacs
Even if the modified file is saved, the emacs mode is not
set.
I need to set the mode again from the command prompt.
Why the .profile setting not working?
2. Is there any simple editor like "gedit" (besides
vi,emacs) that can be set for command line editing
with korn shell.