Engineering/__00. Linux

file 정보 확인

qahuni 2015. 4. 7. 11:29

[root@qahuni ~]# file -i a.txt 

a.txt: text/x-c++; charset=us-ascii

[root@qahuni ~]# file a.csv 

a.csv: text/plain; charset=iso-8859-1

[root@qahuni ~]#