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

in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?

6 Answers  


What is the command to find maximum memory taking process on the server?

0 Answers  


what are wild cards?

2 Answers  


How do you stop a running process?

7 Answers  


what is the use of ls -l command & what is the information it gives about user ?

5 Answers  






Are you in or at the office?

0 Answers  


How does shebang work?

0 Answers  


What do chown command do?

0 Answers  


Name the various commands that are used for the user information in unix.

0 Answers  


How to create hardlinks and softlinks on files?

2 Answers  


what is the use of the hidden files?

3 Answers  


What is the general format of unix command syntax?

0 Answers  


Categories