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 |
write grep commands to select the lines that have exactly two characters
How would you find the size of a file or directory?
Which command is used to restrict incoming messages?
what do you understand bythe term 'de-mountable volumes'?
use of ls command
How to remove a crontab file?
How do you grep recursively?
Why is it called a shebang?
How to rename files and folders?
Give two UNIX kernel parameters that effect an Oracle install
How do you change file permissions and ownership in Unix?
what is the difference between pipe(|) and tee command..