Commands Help : tail

  •  output the last part of files

[SYNOPSIS] tail OPTION FILE
option
(no option)output the last 10 lines (default)
-n, --lines=Noutput the last N lines, instead of the last 10
# tail -20 file

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

Java : Variables Declaring

SQL Self JOIN