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
正确答案:D
答案解析:有

微信扫一扫手机做题
Operator needs to remove all leading comments # from shell.script file. Which of the following vi sub-command can achieve this?()
微信扫一扫手机做题