Question: What would this sed command do?
- It would substitute the letter with an ampersand (&).
- It would replace all letters in the textfile.txt file with ampersand (&).
- It would replace the first four letters with an ampersand (&).
- It would place parentheses around the first four letters of each line of textfile.txt.
Answer: The correct answer of the above question is Option C:It would replace the first four letters with an ampersand (&).