How we will execute previous command in vi editor?
Answers were Sorted based on User's Feedback
Answer / aparna
Use dot(.) operator to execute previous command in command
mode
| Is This Answer Correct ? | 8 Yes | 0 No |
Answer / annhaq
:! (This command on vi editor will run the script which ur
into presently)
:!%(Executes the previous command)
| Is This Answer Correct ? | 3 Yes | 2 No |
What are filter commands in unix?
What is grep in bash?
How does pipe () work?
What is s and g in sed command?
Give a regular expression that finds two things, try to come up with regular expressions that find each individually using "egrep" command?
Through which command will redirect output to bOth screen and files at the same time?
Who invented grep?
How to install scsi driver in unix? give me explanation clearly?
What are reported commands?
What is grep r?
What is an Unix command to convert HEX value to ASCII value located in any flat file.
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?