Is it possible to execute cat logfile | tail -f? For some reason it just reads the initial log, but then it doesn't update incoming entries. I know I can directly do tail -f logfile.
I just wanted to know why this doesn't work, and if tail -f has to be always first and then another pipe?
catuselessly. – Dennis Williamson Dec 10 '10 at 16:57