> Hello folks,
> I am trying to use line editing commands:
> C-b
> Move back one character.
> C-f
> Move forward one character
>
> and they are not working.
> I also want to start using history features - search or list history file for
> recent execution lines.
>
> I looked through Bash Referenc
Hi folks
I am using Korn Shell type editing of the command line.
Here is an example:
I run isql command to ms sql server:
set -o vi
isql -E -S. go
!
It runs fine. But when I try to repeat an execution of this command by going to
history, finding that command and pressing 'v' for command
2 matches
Mail list logo