Problem
1. How do you copy text from the current cursor position to the following:
(i) the character under the cursor,
(ii) the beginning of line,
(iii) 10 words,
(iv) following text up to the string esac.
2. What commands will you use to delete
(i) text from the current cursor position to end of file,
(ii) entire contents of file?
3. How do you move to line number 100 and then write the remaining lines (including that line) to a separate file?