- 博客(5)
- 收藏
- 关注
原创 常使用命令
find find . -mmin n 当前文件夹下n分钟内被修改过的文件 modification time修改时间 find . -amin n 当前文件夹下n分钟内被访问过的文件 find . -atime n 当前文件夹下n天内被访问过的文件 access time 访问时间 find . -ctime n 当前文件夹下n天内文件状态被修改过 sta
2015-07-16 13:03:33
320
原创 编译db2 clt文件
cc -L/app/usr/xxx/sqllib/lib32 -I/app/usr/xxx/sqllib/include/ -ldb2 a.c -o test生成test可执行文件 -ldb2 小写的“L” ./test
2015-07-09 18:22:11
572
转载 CVS使用命令
cvs 登陆 cvs login将文件checkout到本地 cvs checkout 项目名 或者简化为: cvs co 项目名 增加文件或目录 cvs add filename/dirname提交新文件 cvs commit -m “modify by xx” a.c或者 cvs ci -m “change xx ” a.c更新文件 cvs up filena
2015-05-29 15:33:17
576
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人