리눅스에서 윈도우 개행문자 있는지 확인

Jmnote (토론 | 기여)님의 2020년 12월 18일 (금) 18:09 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

리눅스에서 윈도우 개행문자 있는지 확인

2 방법 1: file[ | ]

file 파일명
없음
$ file testfile1.txt
testfile.txt: ASCII text
있음
$ file testfile2.txt
testfile2.txt: ASCII text, with CRLF line terminators

3 방법 2:cat -v[ | ]

$ cat -v testfile2.txt
hello^M
world^M

4 같이 보기[ | ]

5 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}