S'ware Metrics Home

Book Store PMP Books PDAs
S'ware Metrics Six Sigma LCD Monitors
Requirements Management PMBOK Books
Team Building Use Case DVD Players

sed & awk (2nd Edition)


sed & awk (2nd Edition)

sed & awk (2nd Edition)

List Price: $34.95
Our Price:
$23.07
Availability: Usually ships in 24 hours


Manufacturer: O'Reilly Media, Inc.
Author: Dale Dougherty
Binding: Paperback
Publication Date: 1997-03-01
Publisher: O'Reilly Media, Inc.
Label: O'Reilly Media, Inc.
Number Of Pages: 432
Features:


Editorial Review:
sed & awk describes two text processing programs that are mainstays of the UNIX programmer's toolbox. The book lays a foundation for both programs by describing how they are used and by introducing the fundamental concepts of regular expressions and text matching. This edition covers the sed and awk programs as they are mandated by the POSIX standard. It also includes a discussion of the GNU versions of both programs, which have extensions beyond their UNIX counterparts. Many examples are used throughout the book to illustrate the concepts discussed.
Cached date: AWS Called=true

You may also be interested in these products:
Classic Shell Scripting
Classic Shell Scripting
Mastering Regular Expressions
Mastering Regular Expressions
Learning the bash Shell: Unix Shell Programming (In a Nutshell (O'Reilly))
Learning the bash Shell: Unix Shell Programming (In a Nutshell (O'Reilly))
Learning the vi Editor (6th Edition)
Learning the vi Editor (6th Edition)
sed and awk Pocket Reference, 2nd Edition
sed and awk Pocket Reference, 2nd Edition


These categories may also be of interest to you:


Customer Reviews
Average Customer Rating: 4.5

a great little book 2008-08-26
I found understanding/writing sed/awk commands/scripts a daunting task until I bought this book. This book empowers you. I rate it at par with "the vi editor" from same publisher


Can Replace All of Your SED & AWK Bookmarks (2ndEd) 2008-08-13
This book is like a big tutorial series, packed with tons of applicable examples. It is not a reference, that's what the man pages are for, although the index if very good. In fact, the combination of the *BSD man pages and this book would give any man all the SED and AWK documentation he would ever need.

SED and AWK are these two very terse programs that, if you don't use them everyday, you tend to forget their syntax and functionality. I am not an everyday user. Before I bought this book, I often visited one of my many SED/AWK bookmarks. After years of using both programs, I never really understood them. I knew just enough to do small one-liners. However, I recently needed to build a fairly complex script to perform an automated OS upgrade via the network. I knew SED and AWK could help me accomplish my task, but I didn't have a full understanding of their potential. That's when I decided to buy this book. I have since then deleted all of my SED and AWK bookmarks.

After studying this book and highlighting the hell out of it, I have a clear understanding of these two tools and how to effectively utilize them.


Old, but Ok for the porpurse 2008-04-20
If you want understand all the sed advanced commands, this book is for you !

I recommend using perl instead sed or awk



Come for the sed, stay for the awk! 2008-02-16
This book is a timeless classic, the information on sed is invaluable to anyone who regularly works with text files or streams (after all sed is short for stream editor). Not only is it very informative it's also a fun and easy read... You'll be seeing uses for sed almost every day once you learn how powerful it can be!


The last 1/2 or so is on awk and although it's also very well written and informative it's not quite as useful if you're already experienced with a high level language with excellent text processing facilities like Python or Perl. However, it's work reading even if you keep thinking "I could do this in _____" because sometimes awk really is the right answer.


Are you serious? 2007-08-23
In a nutshell, if you don't have this book, you are probably not a serious programmer or system administrator.

Both sed and awk have been around for ages, and they are part of the fundamental toolkit of any Unix/Linux professional. Furthermore, there are versions available both for native Windows and for Linux-like environments under Windows (cygwin, MKS, mingw.)

If you are a Perl hacker, you probably use Perl for a lot of the tasks that would otherwise be performed with one of these tools. Nevertheless, they are worth your time.