Tail Command

Display the last 10 lines from a file.

tail -n 10 <file_name>

by default the tail command displays last 10 lines.

tail <file_name>





















Comments

Popular posts from this blog

GREP Command

SHELL COMMANDS

CAT Command