exec 与文件描述符
摘要:参考http://blog.csdn.net/baoendemao/article/details/51638746 1:用法 exec 3<2.txt 以只读方式打开2.txt,文件描述符为3 exec 3>2.txt 以只写方式打开2.txt,文件描述符为3 exec 3<>2.txt 以读写方
阅读全文
posted @ 2016-09-30 00:05
posted @ 2016-09-30 00:05
posted @ 2016-09-28 20:16
posted @ 2016-09-14 15:52
posted @ 2016-09-01 15:46