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

时间:2022-09-18 18:13:47 所属题库:IBM(000-103) 题库

相似题目