Bash Scripting - Error Handling
What will be the output of the following command if
my_script.sh prints "Done" to stdout and "Warning" to stderr?./my_script.sh > output.log 2> error.log