find *.* -exec sh -c "iconv -f GB18030 -t UTF-8 {} > {}.txt" \;

文件转换

sudo find ./ -name "*.h" | xargs dos2unix

posted on 2016-04-14 15:41  爬坡  阅读(211)  评论(0编辑  收藏  举报