From 8d4f0c47fd49b9afe00aad08eef64be0d4a7bcea Mon Sep 17 00:00:00 2001 From: "Paul P.H. Wilson" Date: Sun, 28 Apr 2013 22:09:34 -0500 Subject: [PATCH] Fix old typo on file size. --- shell/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/Readme.md b/shell/Readme.md index 6ce348e..012bad1 100644 --- a/shell/Readme.md +++ b/shell/Readme.md @@ -685,7 +685,7 @@ see the individual counts, just the total. Of course, I could just do: Since this file is a concatenation of the smaller files. Sure, this works, but I had to create the `all_data` file to do this. Thus, I -have wasted a precious 7062 bytes of hard disk space. We can do this +have wasted a precious 10445 bytes of hard disk space. We can do this *without* creating a temporary file, but first I have to show you two more commands: `head` and `tail`. These commands print the first few, or last few, lines of a file, respectively. Try them out on -- 2.26.2