常用perl脚本工具
2015-12-23 23:07 Ansersion 阅读(733) 评论(0) 收藏 举报1、批量添加license:PrefixLicense.pl
(1)给单一c/c++源文件添加license:
perl PrefixLicense.pl apache_license src_file
(2)给目录下的所有c/c++源文件批量添加license:
perl PrefixLicense.pl apache_license src_dir
1、批量添加license:PrefixLicense.pl
(1)给单一c/c++源文件添加license:
perl PrefixLicense.pl apache_license src_file
(2)给目录下的所有c/c++源文件批量添加license:
perl PrefixLicense.pl apache_license src_dir