码迷,mamicode.com
首页 > 系统相关 > 详细

【linux】保存屏幕日志log

时间:2017-06-22 18:29:23      阅读:215      评论:0      收藏:0      [点我收藏+]

标签:bin   bash   tput   tool   exe   ogg   exec   example   net   

例如:

#!/bin/bash

 

LOG="examples/mnist/lenet_log_mylog"
exec &> >(tee -a "$LOG")
echo Logging output to "$LOG"

 

./build/tools/caffe train --solver=examples/mnist/lenet_solver.prototxt

【linux】保存屏幕日志log

标签:bin   bash   tput   tool   exe   ogg   exec   example   net   

原文地址:http://www.cnblogs.com/xiangfeidemengzhu/p/7066343.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!