tail : output the last part of files
[SYNOPSIS] tail OPTION FILE
OPTION
-c NUM
output the last NUM bytes; or use -c +NUM to output starting with byte NUM of each file
-n NUM
output the last NUM lines, instead of the last 10; or use -n +NUM to skip NUM-1 lines at the start
-q
never output headers giving file names