On Tue, Jul 31, 2012 at 4:55 AM, Greg Wooledge wrote:
> On Mon, Jul 30, 2012 at 02:17:15PM -0700, Andrew Resch wrote:
>> I am attempting to use exec and tee to have my scripts
>> stdout/stderr appended to a log file like such: exec > >(tee -a $LOG)
>> 2>&1
>> These scripts will oft
On Mon, Jul 30, 2012 at 02:17:15PM -0700, Andrew Resch wrote:
> I am attempting to use exec and tee to have my scripts
> stdout/stderr appended to a log file like such: exec > >(tee -a $LOG)
> 2>&1
> These scripts will often call other scripts with a similar
> exec statement, often