ascii 형식의 파일들만 출력하게 할 수 있나요? 반대로 binary 형식의 파일들만 출력하는 방법도 있으면 알려주세요
OS는 ascii 형식(?)과 binary 형식(?)에 대한 차별을 하지 않습니다. 사실 어느게 ascii이고 어느게 binary인지 OS는 모릅니다. :)
ls -1 |xargs file |grep ASCII |cut -f1,1 -d':'
언제나 시작
텍스트 포맷에 대한 자세한 정보
<code>
<blockcode>
<apache>
<applescript>
<autoconf>
<awk>
<bash>
<c>
<cpp>
<css>
<diff>
<drupal5>
<drupal6>
<gdb>
<html>
<html5>
<java>
<javascript>
<ldif>
<lua>
<make>
<mysql>
<perl>
<perl6>
<php>
<pgsql>
<proftpd>
<python>
<reg>
<spec>
<ruby>
<foo>
[foo]
OS는 ascii 형식(?)과 binary 형식(?)에 대한 차별을 하지
OS는 ascii 형식(?)과 binary 형식(?)에 대한 차별을 하지 않습니다. 사실 어느게 ascii이고 어느게 binary인지 OS는 모릅니다. :)
[code:1]ls -1 |xargs file |grep ASCII
언제나 시작
댓글 달기