Table of Contents

Bash - Log

About

Log - Logging in bash

Snippet

exec > >(tee -i /myLog.log)
exec 2>&1