添加文件编码FQA

This commit is contained in:
jiangzeyin 2019-02-28 18:29:32 +08:00
parent 4038c1e38d
commit bef1df81a0

14
FQA.md
View File

@ -18,6 +18,16 @@
执行如下命令:(https://blog.csdn.net/perter_liao/article/details/76757605)
![jpom](/doc/error/ff-unix-edit.png)
1.编辑文件
#vim filename文件名
2.进入末行模式按esc键
3.设置文件格式
set fileformat=unix
4.保存退出
wq
5.#sh filename
OK!