Linux OS Editors Question:
Sed maintains the hold space (a buffer) to:
a) copy the each line of input
b) save the data for later retrieval
c) both (a) and (b)
d) none of the mentioned

Answer:
b) save the data for later retrieval
Explanation:
To copy the each line of input, sed maintains the pattern space.
Explanation:
To copy the each line of input, sed maintains the pattern space.