728x90
반응형
window환경에서 sh를 작성한 뒤 linux에서 실행하면 발생하는 문제이다.
window의 개행문자를 linux에서 인식하지 못해서 생기는 에러.
vi -b [파일명]
^M 문자 삭제
혹은
sed -i 's/\r$//' [파일명]
실행
두 가지 방법으로 해결할 수 있다.
728x90
반응형
'linux' 카테고리의 다른 글
$'\r': command not found 쉘스크립트 에러날 때 (0) | 2023.07.03 |
---|---|
wsl2 System has not been booted with systemd as init system (PID 1). Can't opera (0) | 2023.02.11 |
linux grep 명령어 사용 방법 (0) | 2022.11.04 |
linux 찾기 명령어 locate find (0) | 2022.09.07 |
linux 단축키 (0) | 2022.09.06 |