心渐渐失空

导航

2020年6月4日 #

any code text to utf8

摘要: # any code text to utf8 ```shell # 记录src_path下所有源文件名,并添加到src_file_list.txt中,以便后面对每一个文件转换编码 find $src_path -name "*.h" >> src_file_list.txt find $src_p 阅读全文

posted @ 2020-06-04 14:02 心渐渐失空 阅读(240) 评论(0) 推荐(0)