我已经从Linux上的svn下载了一些软件的源代码,并想构建它:bash: ./configure: /bin/sh^M: bad interpreter: No such file or directory
字符^M是\r回车字符。当我将文件的行尾改为Linux格式时,它就开始工作了,但是有很多这样的文件,手动很难做到。如何将目录及其子目录中所有文件的行尾改为Linux格式?
所以我的软件都包含在BankingSystem文件夹中。在该文件夹中,还有许多其他文件夹,如Account、Algorithm等。如何编译BankingSystem文件夹中的所有python文件,包括的子文件夹?BankingSystem││ account.py├───Algorithms│ accountManage.py││ A