스터디모드 10문제 진행중

문제를 풀지않고 휴식하면서 학습할 수 있는 모드입니다.

0%

1. 다음 중 vi 편집기에서 “windows”란 문자열을 모두 “linux”라는 문자열로 치환하기 위해서 사용되는 ex모드 명령어로 알맞은 것은?

  • 1
    :s/windows/linux/

  • 2
    :s/windows/linux/g

  • 3
    :%s/windows/linux/g

  • 4
    :$s/windows/linux/g
--:--
오류 내용 신고