Chinaunix首页 | 论坛 | 博客
  • 博客访问: 8071
  • 博文数量: 3
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 10
  • 用 户 组: 普通用户
  • 注册时间: 2015-07-02 09:30
文章分类
文章存档

2015年(3)

我的朋友

发布时间:2015-07-22 09:36:28

覆盖型写法 (文件里原来的内容被覆盖)echo "aaa" > a.txtecho aaa > a.txt添加型写法 (新内容添加在原来内容的后面)echo "aaa" >> a.txtecho aaa >> a.txt其中 echo <string> >or>> file,在 user space 中会赋值到 buf 中为 string+换行符,传入到 kernel space 时,buf 为 string+换行符,strlen(buf) = strlen(string) + 1; MicrosoftInterne......【阅读全文】

阅读(1078) | 评论(0) | 转发(0)

发布时间:2015-07-09 20:27:18

......【阅读全文】

阅读(1807) | 评论(0) | 转发(0)

发布时间:2015-07-02 10:26:57

......【阅读全文】

阅读(283) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册