1.

Which one of the following commands will be used to delete all the instances of string ‘manager’ in file003?$

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


Discussion

No Comment Found