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 the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 03-08-2009
JerryHone JerryHone is offline
Registered User
  
 

Join Date: Nov 2006
Location: UK
Posts: 178
I guess that the "git" command is streaming a stack of terminal control characters to change colours on the screen as well as the real data output. By piping the output through grep, you'll potentially be stripping those characters out of the stream going to the terminal. Can't see an easy solution!