Linux command , tail .
It prints data from the end.
By default, it prints last 10 lines.
Example ,
tail city.txt
It has printed last 10 lines from the end.
We can restrict it to print only last 5 lines with minus 5 option.
#shorts #linux #command #unix #tail #bydubebox