The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
Google UNIX.COM



Thread: using tail -f
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 10-23-2002
Vishnu Vishnu is offline
Registered User
 

Join Date: Aug 2002
Location: Marlboro, MA
Posts: 114
see these posts.. it seems that piping "tail -f" works with some OSes and does not work with some...

http://www.computing.net/solaris/www...orum/1734.html

http://www.zsh.org/mla/users/1999/msg00360.html

you did not tell whether...

tail -f log_X | grep n

worked on your system.. i.e., you can see the stuff on your terminal..

Cheers!
Vishnu.
Reply With Quote