Home > open source > Bash scripting guide

Bash scripting guide

May 24th, 2004

Advanced Bash-Scripting Guide

In particular, an example of how to redirect stdout and stderr from inside a script. Eg, “exec 1> /tmp/mylogfile.txt”.

Categories: open source Tags:
Comments are closed.