公告板
版本库
filestore
活动
搜索
登录
valib
/
c_bhomebus
shm的c++通讯库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
resize the buf allocation to dynamic buf.
fujuntang
2021-09-07
b984dac55bdd0a5b694837fb8fb2ceb07ce9808f
[valib/c_bhomebus.git]
/
chsuffix.sh
1
2
3
4
5
6
for file in $(find . -name "*.c")
do
filename=${file%.c}
echo $filename.cpp
mv $file $filename.cpp
done