Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Detailed explanation of the last n lines of linux tail command display

2025-01-20 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Tail: the last few lines of the output file.

It is convenient for linux to view logs if the log file is: Console.log

Usage:

1. Tail Console.log

Output the contents of the last 10 lines of the file

2. Tail-nf Console.log-- n is the last n line

Output the contents of the last n lines of the file, and monitor the changes of the file, refresh and display the file synchronously whenever there is a change.

3. Tail-n 5 filename

Output the last five lines of the file

4. Tail-f filename

Output the last 10 lines while monitoring changes to the file and displaying it as soon as there is a change in the file.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report