Show file content
# show full file cat file.txt # Show first 10 lines head file.txt # show last 10 lines tail file.txt # show file inprogress tail -f file.txt