How we will execute previous command in vi editor?
Answers were Sorted based on User's Feedback
Answer / jay
You can execute the previous command by pressing [ESC]+ .
| Is This Answer Correct ? | 10 Yes | 4 No |
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 |
Describe the zip/unzip command using gzip.
What is a bash command?
What is grep short for?
what these two commands prints "echo test","cat test"?
What is mtime in find command?
what is difference between unix and linux?
How does the user view the contents of a text file in UNIX?
distinguish between physical addresses and logical address?
23 Answers College School Exams Tests, CTS, Infosys, SAX, TATA, TCS,
Assume the following files are in the working directory prompt> ls -l tasks -rw-r--r-- 1 alex student 1423 Feb 21 14:01 tasks What command can Alex use to give everyone permission to write to the file? What will the ls -l command display if he does so?
what does the command 'wc' do?
what is the use of nice command?
What is sed awk grep?