I bought this book several years ago and it's safe to say that I've opened it up a minimum of once a week since then. Every single page has example code in it and content ranges from elementary to expert. gawk and sed are archaic programs with difficult to remember semantics and syntax. This book comes off the shelf every time I have to process text or files or the output of a program or any other repetitive task that is...
0Report
New to 'nix? You need to learn the shell to become comfortable and proficient with the OS. There is no better book for the serious beginner/intermediate self-motivated learner. Ellie Quigley is a superb instructor and writer.
0Report
I just started this book but have thumbed through all the chapters. The author is a very good writer and seems to be passionate about the subject unlike some of the authors that write dry tombs for O'Reilly. However, "Unix Power Tools", O'Reilly is not a dry tomb.Anyway, better know your way around linux before you get this book even though it starts very basic. This is a huge book, 761 pages. Great info...
0Report
I found this book very easy to understand, but if you are looking for something more advance, this is not for you. The style of writing in this book is very easy to follow. Like what is written on the title, it has lots of examples, and an explanation always comes after the example. It is not only about shell, this book also has good basic knowledge and information about grep, sed, and awk. If you use Linux, and want to learn...
0Report
I love the explanations of scripts in here... there are so many books that either give you a finished script or the same thing you find in the man pages... this book guides you to understanding the scripts that you write. The format of "Example" followed by "Explanation" lets you understand exactly what is going on. Skills developed cross over to other OSs like Solaris and HP with some minor differences.For those who come...
0Report