
用 iconv 可以转
for i in *.txtdo iconv -f gb18030 -t utf-8 "$i" >>boss1 done这样就可以把当前目录所有 *.txt 转成 utf-8 编码,并存入 boss1,然后自己改扩展名,如果 boss1.txt 在当前文件夹会与 *.txt 冲突
可以使用google代码搜索,http://code.google.com/intl/zh-CN/帮你找了一下下,
http://www.google.cn/codesearch/p?hl=zh-CN#7_68JW9_sJ8/linux/kernel/fork.c&q=sys_exit()
进去找就有了
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)