文件名称:CommonScripts:一些有用的脚本
文件大小:1KB
文件格式:ZIP
更新时间:2024-05-26 20:46:15
Shell
CommonScripts Some useful scripts. 一、convert.sh 1.1 说明 该Shell脚本用于将Windows下可用源码转换为Linux下可用源码。 Windows下编写的代码(如C\C++\Java等)放到Linux下不能直接编译, 因为主要存在两个问题: Windows和Linux的行尾符不同, Windows下行尾符是"\n\r", 而Linux的行尾符是"\n" Windows下编码通常是GB2312, 而Linux中的编码通常是UTF-8。 1.2 使用 使用之前 sudo apt-get install dos2unix 使用 bash trans.sh 指定文件夹 要转换文件的拓展名 例如,将/home文件夹及其子文件下所有java源文件进行转换 bash trans.sh /home java 1.3 对应博文
【文件预览】:
CommonScripts-master
----convert.sh(671B)
----README.md(790B)