답변:
다음 file
명령 을 사용할 수 있습니다 .
$ file file.png
file.png: PNG image data, 734 x 73, 8-bit/color RGB, non-interlaced
$ mv file.png file.txt
$ file file.txt
file.txt: PNG image data, 734 x 73, 8-bit/color RGB, non-interlaced
는 file
유형을 결정하는 파일에 대한 몇 가지 테스트를 수행합니다. 아마도 가장 중요한 테스트는 매직 번호 (파일 헤더의 문자열)를 사전 정의 된 목록과 비교하는 것입니다.
file
다양한 유닉스에서 다른 출력을 줄 수 있다는 점에 유의하십시오. unix.stackexchange.com/questions/151008/…
당신은 imagemagicks 식별 명령을 시도 할 수 있습니다 : http://www.imagemagick.org/script/identify.php
예:
$ identify rose.jpg
rose.jpg JPEG 640x480 sRGB 87kb 0.050u 0:01