• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

linux/bash output redirection

Red Squirrel

No Lifer
Is there a way to do a &> output redirection (everything, even errors) but make it append? I figured &>> would work, but it errors out.
 
Won't 2> only output errors though? I want to output (append) everything, errors, non errors. It's for a weird UPS software that outputs stuff at random places including the server's main console which is never looked at.
 
Oddly enough there's a section in the bash man page called "Redirecting Standard Output and Standard Error"
 
Back
Top