hello.txtcat hello.txt结果是这样的:没错, 此时的cat有终止标记, 且">
时间:2021-07-01 10:21:17 帮助过:50人阅读
vim hello.txt
# 输入hello
# :wq 保存退出
cat hello.txt
结果是这样的:
然而:
echo -n "hello" > hello.txt
cat hello.txt
结果是这样的:
没错, 此时的cat有终止标记, 且file会显示with no line terminators
但此时用vim一编辑, 再保存, 又有了行终止符.
使用nano可以看到这个换行符, 但是我不会也不常用nano啊(别见笑)
-- 以下内容与主题无关, 只是描述下事故背景 --
这个问题导致我在nginx使用ssi时,多出了个换行符,以至于样式和js的地址拼接换行, 多数浏览器无法正常加载.
/public/index.css?v=