View Review Details


Book:   Classic Shell Scripting
Subject:   Correction
Date:   2007-03-23 11:28:45
From:   freejak
Rating:  StarStarStarStarStar

I need to make a correction to my earlier review. There are some example scripts included beginning in Chapter 5. I must have blanked these out of my memory because of their painful associations.


This is a line from the first (first!) example:


sed -e 's=^\([^:]*\):[^/]*/\([^/]*\)/.*$=\1:\2=' < $USER | sort > $OFFICE


For Pete's sake, what ever happened to "Hello World"?

Full Threads Oldest First
  • Correction,  February 23 2009
    Rating: StarStarStarStarStar
    Submitted by Amol Kolhe   [Respond | View]

    I completely disagree with freejak here.

    Every example in chapter 5 is well described with elaborate paragraphs of text. The only commands which are not explained are ones which are to appear in subsequent chapters, and in which case it is mentioned so.

    This is an excellent book, especially if you already have some experience in scripting and unix, this book teaches you all the good options with commands, which you don't come across otherwise in day to day operation.

    It also guides you on how to write scripts the right way, so that they remain portable across systems, and should work 99% of the times.