2015年2月8日

【转】《APUE》第三章笔记(4)及习题3-2

摘要: 原文网址:http://www.cnblogs.com/fusae-blog/p/4256794.htmlAPUE第三章的最后面给出的函数,现在还用不着,所以,先留个名字,待到时候用着了再补上好了。dup和dup2函数:用来复制文件描述符的sync函数,fsync函数和fdatasync函数:大致的... 阅读全文

posted @ 2015-02-08 21:25 wi100sh 阅读(404) 评论(0) 推荐(0) 编辑

【转】APUE习题4.6---测试lseek作用

摘要: 原文网址:http://m.blog.csdn.net/blog/u014488381/42556509原题:如果使用追加标志打开一个文件以便读、写,能否仍用 lseek 在任一为止开始读?能否用 lseek 更新文件中任一部分的数据?验证程序如下:#include #include #includ... 阅读全文

posted @ 2015-02-08 21:14 wi100sh 阅读(298) 评论(0) 推荐(0) 编辑

【转】linux下a.out >outfile 2>&1重定向问题

摘要: 原文网址:http://blog.chinaunix.net/uid-25909722-id-2912890.html转自:http://blog.chinaunix.net/space.php?uid=7589639&do=blog&id=2897930linux下a.out > outfile ... 阅读全文

posted @ 2015-02-08 20:31 wi100sh 阅读(840) 评论(0) 推荐(0) 编辑

【转】./a.out 2>&1 > outfile

摘要: 原文网址:http://www.cnblogs.com/zhaoyl/archive/2012/10/22/2733418.htmlAPUE 3.5关于重定向有个容易迷惑人的问题:./a.out > outfile 2>&1./a.out 2>&1 > outfile问两者区别。自己试了下, in... 阅读全文

posted @ 2015-02-08 20:17 wi100sh 阅读(597) 评论(0) 推荐(0) 编辑

导航