在命令下面打入:
file filename
就会出来文件的格式。
如:
$ file index.py
index.py: ISO-8859 Java program text
$ file crane.txt
crane.txt: UTF-8 Unicode text
对于GBK的格式文档,结果也是ISO-8859:
file crane.txt
crane.txt: ISO-8859 text
在命令下面打入:
file filename
就会出来文件的格式。
如:
$ file index.py
index.py: ISO-8859 Java program text
$ file crane.txt
crane.txt: UTF-8 Unicode text
对于GBK的格式文档,结果也是ISO-8859:
file crane.txt
crane.txt: ISO-8859 text