找考题网-背景图
单项选择题

Operator needs to remove all leading comments # from sh……

Operator needs to remove all leading comments # from shell.script file. Which of the following vi sub-command can achieve this?()

A. :r/^#//g
B. :1,$ s/^#//g
C. :sed s/^#//g
D. :sub s/^#//g