tail shows the last few lines of a file. It’s commonly used for viewing log files.
Exampletail -n 10 myfile.log
tail -n 10 myfile.log
DevOpsSchoolTypically replies within an hour