简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
shell批量将文件从dos格式转为Unix
参考https://blog.csdn.net/u011478909/article/details/50602938[root@test10 shell]# cat dos2Unix.sh#!/bin/bashfor file in `find /usr/src/linux/ -name Kconfig.*`dovi +':w ++ff=unix' +':q' ${file}do...
到底了