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"?


See larger cover