First page Back Continue Last page Overview

 

Redirecting Standard Error

 
  • Redirect standard error with 2>

  • Example: redirect standard error to a file: find /etc -name passwd 2> finderrors

  • Standard output is displayed on the screen

  • Redirect further standard error, appending to the same file, with 2>>