Display end of a Log file


Home Forums Computer – PC Linux – general Display end of a Log file

Tagged: , ,

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3093
    PMB
    Keymaster

    $ sudo tail -f /var/log/syslog
    .
    Print the last 10 lines of a FILE to standard output.
    -f, –follow[={name|descriptor}]
    output appended data as the file grows; -f, –follow, and –follow=descriptor are equivalent

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.