From ddd83a09e65f43fdc7b87177d177e66cc150d815 Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 14 Nov 2024 19:31:34 +0000 Subject: Conforms team-1/reading-a-file.txt --- team-1/reading-a-file.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/team-1/reading-a-file.txt b/team-1/reading-a-file.txt index 21e05d5..0473ac3 100644 --- a/team-1/reading-a-file.txt +++ b/team-1/reading-a-file.txt @@ -1,5 +1,7 @@ = Reading a file +For reading short files, `cat` is suitable: + cat file-name This outputs the contents of the file called `file-name`, if it exists. To -- cgit v1.2.3