summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2024-11-14 19:31:34 +0000
committerJoe Carstairs <me@joeac.net>2024-11-14 19:31:34 +0000
commitddd83a09e65f43fdc7b87177d177e66cc150d815 (patch)
treebf5bccdf0d05bd6d6e6eb21daaa9cddb22712e38
parente5b01bca3fbf656eb9908c0285bf0c7d066e2cfd (diff)
Conforms team-1/reading-a-file.txt
-rw-r--r--team-1/reading-a-file.txt2
1 files changed, 2 insertions, 0 deletions
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