Q.172022년7회1과목 · 리눅스 운영 및 관리🔖 저장🚨 오류신고다음 중 vi 편집기에서 모든 windows라는 문자열을 linux로 치환하는 명령으로 알맞은 것은?1:% s/linux/windows/g2:% s/windows/linux/g3:% s/\<linux\>/windows/g4:% s/\<windows\>/linux/g정답: 2번 · :% s/windows/linux/g해설해설 불러오는 중…정답 확인