Inspecting the content of a file

In the previous lesson, we learnt about writing content to a file but what if we want to view the file content?

The cat command takes the file name as an argument and displays its content.

cat info.txt

Read form a file

Last change: 2025-09-03, commit: 6636d47