Tag Archives: tail -f

10 Ways To View Logs In Linux/Unix 

View Logs Log viewing is one of the most frequently used command lines in our daily use of Linux/Unix systems. Do you know how to efficiently query logs? 1. Use the cat command to output all log content. This method … Continue reading

Posted in Grep Command, File & Directory | Tagged , , , | Comments Off on 10 Ways To View Logs In Linux/Unix 

tail command tutorial in linux/unix with examples and use cases

linux tail command – output the last part of files, it corresponds to the linux head command. This article introduces the tail syntax, options, and examples. Continue reading

Posted in File & Directory | Tagged , , , | Comments Off on tail command tutorial in linux/unix with examples and use cases