Examveda

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: Option D


This Question Belongs to Computer Science >> Unix

Join The Discussion

Related Questions on Unix