Learning Unix for Mac OS X Panther by Dave Taylor, Brian Jepson The unconfirmed error reports are from readers. They have not yet been approved or disproved by the author or editor and represent solely the opinion of the reader. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification This page was updated June 6, 2004. UNCONFIRMED errors and comments from readers: {43} 4th line of text in paragraph "Calculating file size'; size is NOT reported in kilobytes but in blocks (512b according to Mac OSX in a nutshell covering OSX 10.2 / 2003 page 594). This corresponds to what the Finder reports. Using -k would give size in KB. [102] second example; $ sort verybigfile > big-sorted-output Missing the & at the end of that line. Additionally, the last output line for this example is not properly indented.