摘要: 使用LZO过程会发现它有两种压缩编码可以使用,即LzoCodec和LzopCodec,下面说说它们区别: 【转自】http://heipark.iteye.com/blog/1579494 阅读全文
posted @ 2016-08-17 15:38 宝山方圆 阅读(784) 评论(0) 推荐(0)
摘要: bash-1中启动如下进程while [ "true" ] ; do date >> test.log; sleep 1 ; done; bash-2中,tail -f test.log bash-3中,tail -F test.log bash-4中,rm test.log;或者mv test.l 阅读全文
posted @ 2016-08-17 10:09 宝山方圆 阅读(4824) 评论(0) 推荐(0)