diff options
Diffstat (limited to 'team-1/reading-a-file.txt')
| -rw-r--r-- | team-1/reading-a-file.txt | 2 |
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 |
