Timeline for Use sudo tee with heredoc to append to existing file
Current License: CC BY-SA 3.0
3 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 30, 2015 at 16:57 | comment | added | godlygeek |
Except that this doesn't work with sudo (the redirection is performed before elevating permissions, which will fail if your regular user doesn't have permissions to modify $OUTFILE). That's why people use tee for this purpose instead.
|
|
| Jun 30, 2015 at 16:42 | review | First posts | |||
| Jun 30, 2015 at 16:57 | |||||
| Jun 30, 2015 at 16:41 | history | answered | trevorgrayson | CC BY-SA 3.0 |