摘要: 如果shell打印的日志很多,屏幕无法完全显示,需要查看shell执行的情况,这是就需要输入到日值了: 如:echo "2012-6-14" | tee -a my.log -a表示添加,不覆盖日志 sh test.sh | tee mylog 这种会覆盖日志(常用) 阅读全文
posted @ 2013-06-21 10:17 嗨,你的益达~~~ 阅读(3411) 评论(0) 推荐(0) 编辑