Computer Science - Unix - Discussion

Discussion Forum : Unix - Section 3 (Q.No. 17)
17.
Which command will be used with vi editor to append text at end of line?
A
a
i
I
None of the above
Answer: Option
Explanation:
No answer description is available. Let's discuss.
Discussion:
2 comments Page 1 of 1.

Shaan said:   1 decade ago
It should be 'A' when append the text at the end of the line.

And it should be 'a' when append the text at the beginning of the line.

Smriti Priyadarshani Jha said:   9 years ago
When we use it with 'sed' we use 'a' to append after that line.

Post your comments here:

Your comments will be displayed after verification.