If I don't tell the commands in a script to redirect the error stream to a file, can I still get the error messages that that script generated afterward? I'm thinking something like a generic bucket for all the error messages not redirected to specific files.
Motivation is, I have a script which did not work, but it generated an error for sure. I noticed that the error stream was not being redirected, so now I'm trying to know what was the error when the script was run.
And yes, I have already changed the script to redirect the error stream. :-)