Applications Design Notes - rFronteddu/general_wiki GitHub Wiki
Command Line
Remember to redirect errors to stderr and normal messages to stdout, that way, when you redirect stdout to file you will still see errors printed on screen.
Remember to redirect errors to stderr and normal messages to stdout, that way, when you redirect stdout to file you will still see errors printed on screen.