Search
Results
5 Bash Syntax For Going Beyond Traditional Shell Scripting | by Shalitha Suranga | Jun, 2022 | Level Up Coding
[https://levelup.gitconnected.com/5-bash-syntax-for-going-beyond-traditional-shell-scripting-6904d3e71af6] - - public:mepage
Home | Linux Journey
redirecting BASH script stdout/stderr from the script itself
[http://www.linuxquestions.org/questions/linux-general-1/redirecting-bash-script-stdout-stderr-from-the-script-itself-636297/] - - public:mepage
#!/bin/bash logfile=$$.log exec > $logfile 2>&1