The UNIX and Linux Forums  

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



Thread: a question
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-24-2006
ranj@chn ranj@chn is offline
Playing with Ubuntu Now!
 

Join Date: Oct 2005
Location: Chennai
Posts: 363
still not

When I do
Code:
exec >&2
It is over-riding the previous duplication. After this, the o/p comes back to screen, but no output goes to the file. But since 2 is stderr stream, what happens if that was redirected elsewhere.
Reply With Quote