|
发表于 2007-5-8 11:02:41
|
显示全部楼层
Post by kanewalk
我用要把所有的*.hpp改为*.h,用命令rename hpp h *.hpp出现如下错误
Bareword "hpp" not allowed while "strict subs" in use at (eval 1) line 1.
命令格式应该是什么样的?
我刚刚因为有一个需要改名的问题, 我baidu了一下, 找到答案了, 且成功了.
我根据你的需要, 给出命令了啊!
$) renema .hpp .h *.hpp
详细信息你去看man rename吧. |
|