摘要:
find folder/ -type f -exec rm {} \; 阅读全文
posted @ 2024-03-27 09:23
施凯sky
阅读(43)
评论(0)
推荐(0)
摘要:
1、安装dos2unix工具 sudo apt-get install dos2unix 2、替换文件的换行符 find ./ -type f -exec dos2unix {} + 阅读全文
posted @ 2024-03-27 09:04
施凯sky
阅读(208)
评论(0)
推荐(0)