Vidyalelo
Computer Science · Q821

UNIX

Engineering and GATE · Computer Science · question 821

Q821

Which of the following commands can be used to replace 'professor' with 'director' throughout the whole file?

A.
1,$s/professor/director/g
B.
%s/professor/director/g
C.
1,$s/professor/director
D.
1,$s/professor/director/g and %s/professor/director/g
Answer

Answer: Option D

Solution

Answer: Option D
No explanation is given for this question Let's Discuss on Board