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 do know about tee command?
what is the difference between npar and vpar in HP-UX?
How would you find the size of a file or directory?
What Command will remove a Directory in UNIX?
What is the difference between awk and grep?
Describe the usage and functionality of the command rm –r * in unix?
The rm command removes links to file. What does this mean? How then is a file deleted from the file system?
In Unix file permissions what does the second field denotes?
what are wild cards?
distinguish between user mode and kernel mode?
Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?
What is grep in bash?