romach
4/9/2017 - 8:28 PM

Show file content

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