将windows下的txt格式转化为linux下的文件格式
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
今天从看博客,看到一个比较好的程序,直接复制到服务器(linux)上,发现由于回车和tab键的问题,格式特别乱,我就想着直接使用rz命令从windows直接上传到服务器中,但是上传上去之后,编译出现错误:
/bin/sh^M: bad interpreter: No such file or directory
通过查找资料,发现是windows下编写的文件,在linux中无法识别的问题。通过命令:
set ff?
得知当前文件格式是dos格式,解决办法,在冒号模式下,输入命令:
set ff=unix
将文件强制转化为unix格式,这样的话,再次通过 " set ff? " 命令查看文件格式,你会欣喜的发现文件已经转化为unix格式
当然也可以通过命令将unix格式的文件转化为dos:
set ff=dos
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:2 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献1条内容
所有评论(0)