The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 05-14-2008
sais sais is offline
Registered User
 

Join Date: Dec 2007
Posts: 19
hi era
exec 2>/path/to/stderr.log ....
this command seems to be like an alternate for using -x when we run a script.... it directs not just the error but all the commands and the step wise execution for that program....
i would like to redirect only the standard errors of all the commands in a program .... any idea for that ..
Reply With Quote