일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- kmip
- FIDO2
- appres
- otpkey
- OTP
- 애플
- fido
- 앱리소스
- Xcode
- Android
- 앱스토어
- 2FA
- css
- SSL
- SSH
- SWIFT
- 안드로이드
- 앨범북
- apple
- SwiftUI
- albumbook
- git
- 인증
- WebAuthn
- openssl
- MYSQL
- MFA
- Nodejs
- MSYS2
- OSX
Archives
- Today
- Total
인디노트
/bin/sh^M: bad interpreter: No such file or directory 오류 발생 시 본문
linux 에서 스크립트 실행할 때
/bin/sh^M: bad interpreter: No such file or directory
이것은 십중 팔구 윈도우에서 스크립트 파일을 만든 뒤, linux 에서 실행했기 때문에 나타나는 오류이다.
1. linux에서 다시 스크립트 파일을 만든다.
2. vi -b
바이너리 모드에서 ^M을 삭제 한다.
3. dos2unix 로 실행 한다.
dos2unix xxxx.sh
반응형
'개발 플랫폼 및 언어' 카테고리의 다른 글
Installing Clover (0) | 2019.03.06 |
---|---|
Migrate server.xml customizations to bitbucket.properties (0) | 2019.03.01 |
Mojave (0) | 2019.02.25 |
해킨토시 OS 업데이트 하는 방법 - 시도 해본다. (0) | 2019.02.24 |
GIGABYTE X99-Gaming G1 Motherboard Overview and Overclocking Guide Read more: https://www.tweaktown.com/guides/6805/gigabyte-x99-gaming-g1-motherboard-overview-and-overclocking-guide/index4.html (0) | 2019.02.24 |
Comments