I want to have a keyboard sequence that will bring up a readline prompt for user input. The user could input something like s/^/no /
Then cut and paste an access-list. Each time the buffer was sent it would be rewritten to say "no access-list "
The command would continue to work on all input until it was cancelled.
I want to have a keyboard sequence that will bring up a readline prompt for user input. The user could input something like s/^/no /
Then cut and paste an access-list. Each time the buffer was sent it would be rewritten to say "no access-list "
The command would continue to work on all input until it was cancelled.