(새 문서: ==개요== ;리눅스에서 윈도우 개행문자 있는지 확인 <source lang='bash'> file 파일명 </source> {{소스헤더|없음}} <syntaxhighlight lang='console'> $ file te...) |
Jmnote bot (토론 | 기여) 잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight )) |
||
2번째 줄: | 2번째 줄: | ||
;리눅스에서 윈도우 개행문자 있는지 확인 | ;리눅스에서 윈도우 개행문자 있는지 확인 | ||
< | <syntaxhighlight lang='bash'> | ||
file 파일명 | file 파일명 | ||
</ | </syntaxhighlight> | ||
{{소스헤더|없음}} | {{소스헤더|없음}} |
2020년 12월 18일 (금) 18:00 판
1 개요
- 리눅스에서 윈도우 개행문자 있는지 확인
Bash
Copy
file 파일명
없음
Console
Copy
$ file testfile1.txt
testfile.txt: ASCII text
있음
Console
Copy
$ file testfile2.txt
testfile2.txt: ASCII text, with CRLF line terminators
2 같이 보기
3 참고
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.