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 is the use of the hidden files?

3 Answers  


what is shell?

3 Answers  


what do you understand by 'building block primitive'?

3 Answers   Infosys,


how many types of file in unix?

34 Answers   MNC, TCS,


What is {} in find command?

0 Answers  






What happens when we execute a unix command?

0 Answers  


what is the difference between commmands cmp and diff?

9 Answers   iNautix,


how to remotely move a file ??? that mean how to move a file one machine to another machine ???

10 Answers   Altair,


Explain command to display different lines that are found when compare two files?

0 Answers  


1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?

7 Answers  


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

0 Answers  


how will you login one server's shell prompt to an another server?

5 Answers   Cosmic Infotech, Perot Systems,


Categories