Skip to content

Reading files

Reading a file

  • cat prints a file's contents straight to the screen:
cat poem.txt
  • It is named after "concatenate" — it can also join several files together.

head shows the first lines, tail the last lines, wc counts them

Log in or create account

IGCSE & A-Level