[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-bash] Redirecting all output of a script to a log file
From: |
Greg Wooledge |
Subject: |
Re: [Help-bash] Redirecting all output of a script to a log file |
Date: |
Tue, 24 Apr 2018 09:06:07 -0400 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
On Tue, Apr 24, 2018 at 08:37:04AM -0400, Bernard Fay wrote:
> I try to have all output of a script send to a log file as well as to the
> screen. I do not want to use "scriptname | tee logfile".
https://mywiki.wooledge.org/BashFAQ/106