DISQUS

Tech-Recipes: Continuously watch a text file in UNIX | UNIX | Tech-Recipes

  • Anonymous · 6 years ago
    You missed a /

    tail -f /var/log messages should read
    tail -f /var/log/messages
  • qmchenry · 6 years ago
    Thank you for catching this and bringing to my attention. I fixed the recipe. Good catch!