How we will execute previous command in vi editor?

Answers were Sorted based on User's Feedback



How we will execute previous command in vi editor?..

Answer / manikantan t s

using '.'

Is This Answer Correct ?    15 Yes 3 No

How we will execute previous command in vi editor?..

Answer / jay

You can execute the previous command by pressing [ESC]+ .

Is This Answer Correct ?    10 Yes 4 No

How we will execute previous command in vi editor?..

Answer / grb

[ESC].

(in words. Press Escape and a dot)

Is This Answer Correct ?    4 Yes 0 No

How we will execute previous command in vi editor?..

Answer / sindhujah

in command prompt type !vi command this will execute the
previous vi command.
!is the symbol used to execute the previous command.

Is This Answer Correct ?    12 Yes 10 No

How we will execute previous command in vi editor?..

Answer / rasshmi

!!

Is This Answer Correct ?    1 Yes 2 No

How we will execute previous command in vi editor?..

Answer / jyothi sreerama

set -o emacs

Is This Answer Correct ?    1 Yes 3 No

How we will execute previous command in vi editor?..

Answer / himani agarwal

esc+command

Is This Answer Correct ?    2 Yes 6 No

How we will execute previous command in vi editor?..

Answer / ganesh

set -0 vi
then press esc k

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More Unix Commands Interview Questions

what are wild cards?

2 Answers  


describe the escaping sequence characteres in unix

1 Answers  


Which command is used to create a directory?

0 Answers  


hi i have directories within the directory. Now i want to copy the directory along with all directories included in it to one location by using copy command? what is the command

2 Answers   ACS, Span Systems,


What is the different between UNIX command and UNIX shell script?

2 Answers  






What command is used to check the current users?

0 Answers  


How to find and replace the below command?

2 Answers   HCL,


How do I find previous commands in unix?

0 Answers  


to list a particular line in the file

5 Answers  


How to rename files and folders?

7 Answers   IBM, Oracle,


What is ctrl d?

0 Answers  


what is the difference between pipe(|) and tee command..

3 Answers   Cap Gemini, Rolta,


Categories