Timeline for exec and tee to the logfile: explain these bash commands
Current License: CC BY-SA 3.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S May 25, 2016 at 19:00 | history | suggested | psmears | CC BY-SA 3.0 | Improve wording and grammar |
| May 25, 2016 at 18:35 | review | Suggested edits | |||
| S May 25, 2016 at 19:00 | |||||
| May 25, 2016 at 12:19 | comment | added | Jonathan Leffler | The two exec lines could perfectly well be just one (exec > >(tee "$LOGFILE") 2>&1). | |
| May 25, 2016 at 10:53 | comment | added | Sebb | You saw this at the top of your bash script file? ;) | |
| May 25, 2016 at 1:48 | history | tweeted | twitter.com/StackUnix/status/735286442063212545 | ||
| May 25, 2016 at 0:40 | vote | accept | Senthil Kumaran | ||
| May 24, 2016 at 20:51 | comment | added | Vombat | This could make it clear: linuxjournal.com/content/bash-redirections-using-exec | |
| May 24, 2016 at 20:33 | answer | added | Petr Skocik | timeline score: 19 | |
| May 24, 2016 at 20:19 | history | asked | Senthil Kumaran | CC BY-SA 3.0 |