How to redirect standard output to multiple log files?
The following does not work:
some_command 1> output_log_1 output_log_2 2>&1
How to redirect standard output to multiple log files?
The following does not work:
some_command 1> output_log_1 output_log_2 2>&1