Basically I\'m wondering why this doesn\'t output anything:
tail --follow=name file.txt | grep something | grep something_else
You can ass
works for me on Mac without --follow=name
--follow=name
bash-3.2$ tail delme.txt | grep po position.bin position.lrn bash-3.2$ tail delme.txt | grep po | grep lr position.lrn