I am running one Linux command that throws few errors and warning and few other expected correct outputs. I want to move those errors and warnings to different file and rest output to different file.
I know how we can Redirect both standard output and standard error to same file, but not sure about how to redirect to different file