首页 > 系统服务 > 详细

linux tee

时间:2019-08-21 16:46:44      阅读:110      评论:0      收藏:0      [点我收藏+]

tox -e all -- volume | tee -a console.log.out

TEE(1)                                                                        User Commands                                                                       TEE(1)

NAME
       tee - read from standard input and write to standard output and files

SYNOPSIS
       tee [OPTION]... [FILE]...

DESCRIPTION
       Copy standard input to each FILE, and also to standard output.

       -a, --append
              append to the given FILEs, do not overwrite

       -i, --ignore-interrupts
              ignore interrupt signals

linux tee

原文:https://www.cnblogs.com/longchang/p/11388903.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!