From: Paul P.H. Wilson Date: Mon, 29 Apr 2013 03:09:34 +0000 (-0500) Subject: Fix old typo on file size. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8d4f0c47fd49b9afe00aad08eef64be0d4a7bcea;p=swc-workshop.git Fix old typo on file size. --- 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