Fix old typo on file size.
authorPaul P.H. Wilson <wilsonp@engr.wisc.edu>
Mon, 29 Apr 2013 03:09:34 +0000 (22:09 -0500)
committerW. Trevor King <wking@tremily.us>
Wed, 23 Oct 2013 23:12:53 +0000 (16:12 -0700)
shell/Readme.md

index 6ce348e59fbfb79b844114591c8828a57c021d30..012bad1adc6e575e0f4b75805f51f106a6a35d9d 100644 (file)
@@ -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