cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
484
Views
0
Helpful
1
Replies

"Clear line" without confirmation - in rsh

wmachasilla
Level 1
Level 1

Hi,

I want to know if exist any option for send the command "clear line.." without confirmation.

I need this option for run this command with rsh in a application.

For example,

It's the message that I don't want:

rsh -l user 192.168.0.1 clear line vty 0

[confirm] (I must press ENTER)

OK

This is the message that I want:

rsh -l user 192.168.0.1 clear line vty 0

OK

Thanks in advance,

Wilson M.

Thanks in advance!!!

1 Reply 1

k.poplitz
Level 3
Level 3

The confirmation is required. Your application is going to have to be written to stay connected and press enter again.