Linux Commands > Reading Files > Flashcards
head
View the fist few lines of a file.
cat
ConCATinate to files or stdout together.
cat November_todos.txt December_todos.txt
tail
View the last few lines at the end of a file.
wx
Count the number of words.