How to view the last 20 lines?

0128

To view the last 20 lines of a file using the tail command, you can use the following command in the terminal:

tail -n 20 filename.txt

Replace filename.txt with the name of the file you want to check. This command will display the last 20 lines of the specified file.

0 Comments

no data
Be the first to share your comment!