"리눅스에서 윈도우 개행문자 있는지 확인"의 두 판 사이의 차이

(새 문서: ==개요== ;리눅스에서 윈도우 개행문자 있는지 확인 <source lang='bash'> file 파일명 </source> {{소스헤더|없음}} <syntaxhighlight lang='console'> $ file te...)
 
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
2번째 줄: 2번째 줄:
;리눅스에서 윈도우 개행문자 있는지 확인  
;리눅스에서 윈도우 개행문자 있는지 확인  


<source lang='bash'>
<syntaxhighlight lang='bash'>
file 파일명
file 파일명
</source>
</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 참고