tee

    0热度

    5回答

    位于Mac OS中的终端命令'tee'的代码在哪里? [已添加]是否可以读取我的Mac正在使用的确切代码(不是在线代码)?

    24热度

    4回答

    我想要执行一个命令,让该命令的输出在运行中得到gzip,并且回显/输出该命令的输出。 即是这样的: echo "hey hey, we're the monkees" | gzip --stdout > my_log.gz 除行执行的时候,我希望看到这个标准出来: hey hey, we're the monkees