Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试使用以下命令在 Linux 中使用 utilswindres工具生成一个资源文件:mingw32
windres
mingw32
i586-mingw32msvc-windres my.rc -O coff my.res
但是,它正在生成一个名为 的文件my.res^M。我用ls -l命令验证了这一点。请解释为什么^M在文件名中添加。
my.res^M
ls -l
^M
问题是文件转换。如果从 Windows 平台下载或检索,我需要将我的 .sh 文件转换为 unix 格式。
dos2unix .sh 文件有帮助