Wish Pearl

sed & awk: UNIX Power Tools by Dale Dougherty (English) Paperback Book

Description: sed & awk by Dale Dougherty sed & awk describes two text manipulation programs that are mainstays of the UNIX programmers toolbox. This edition covers the sed and awk programs as they are mandated by the POSIX standard and includes discussion of the GNU versions of these programs. FORMAT Paperback LANGUAGE English CONDITION Brand New Publisher Description sed undefined awk describes two text processing programs that are mainstays of the UNIX programmers toolbox. sed is a "stream editor" for editing streams of text that might be too large to edit as a single file, or that might be generated on the fly as part of a larger data processing step. The most common operation done with sed is substitution, replacing one block of text with another. awk is a complete programming language. Unlike many conventional languages, awk is "data driven" -- you specify what kind of data you are interested in and the operations to be performed when that data is found. awk does many things for you, including automatically opening and closing data files, reading records, breaking the records up into fields, and counting the records. While awk provides the features of most conventional programming languages, it also includes some unconventional features, such as extended regular expression matching and associative arrays. sed undefined awk describes both programs in detail and includes a chapter of example sed and awk scripts. This edition covers features of sed and awk that are mandated by the POSIX standard. This most notably affects awk, where POSIX standardized a new variable, CONVFMT, and new functions, toupper() and tolower(). The CONVFMT variable specifies the conversion format to use when converting numbers to strings (awk used to use OFMT for this purpose). The toupper() and tolower() functions each take a (presumably mixed case) string argument and return a new version of the string with all letters translated to the corresponding case. In addition, this edition covers GNU sed, newly available since the first edition. It also updates the first edition coverage of Bell Labs nawk and GNU awk (gawk), covers mawk, an additional freely available implementation of awk, and briefly discusses three commercial versions of awk, MKS awk, Thompson Automation awk (tawk), and Videosoft (VSAwk). Back Cover The book begins with an overview and a tutorial that demonstrate a progression in functionality from grep to sed to awk. sed and awk share a similar command-line syntax, accepting user instructions in the form of a script. Because all three programs use UNIX regular expressions, an entire chapter is devoted to understanding UNIX regular expression syntax. Next, the book describes how to write sed scripts. After getting started by writing a few simple scripts, youll learn other basic commands that parallel manual editing actions, as well as advanced commands that introduce simple programming constructs. Among the advanced commands are those that manipulate the hold space, a set-aside temporary buffer. The second part of the book has been extensively revised to include POSIX awk as well as coverage of three freely available and three commercial versions of awk. The book introduces the primary features of the awk language and how to write simple scripts. Youll also learn: common programming constructs; how to use awks built-in functions; how to write user-defined functions; debugging techniques for awk programs; how to develop an application that processes an index, demonstrating much of the power of awk; and FTP and contact information for obtaining various versions of awk. Also included is a miscellany of user-contributed scripts that demonstrate a wide range of sed and awk scripting styles and techniques. Author Biography Dale Dougherty is president and CEO of Songline Studios, a leading web publishing company. He is editor and publisher of Web Review (webreview.com), an innovative online magazine for web site developers. Prior to Songline, Dougherty developed the Global Network Navigator (GNN) and was the founding editor for OReillys Nutshell Handbooks (R). Arnold Robbins, an Atlanta native, is a professional programmer and technical author. He has been working with UNIX systems since 1980, when he was intoduced to a PDP-11 running a version of Sixth Edition UNIX. He has been a heavy awk user since 1987, when he became involved with gawk, the GNU projects version of awk. As a member of the POSIX 1003.2 balloting group, he helped shape the POSIX standard for awk. He is currently the maintainer of gawk and its documentation. The documentation is available from the Free Software Foundation and has also been published by SSC as "Effective AWK Programming." He is also co-author of the sixth edition of OReillys Learning the vi Editor. Since late 1997, he and his family have been living happily in Israel. Table of Contents Preface Chapter 1. Power Tools for Editing May You Solve Interesting Problems A Stream Editor A Pattern-Matching Programming Language Four Hurdles to Mastering sed and awk Chapter 2. Understanding Basic Operations Awk, by Sed and Grep, out of Ed Command-Line Syntax Using sed Using awk Using sed and awk Together Chapter 3. Understanding Regular Expression Syntax Thats an Expression A Line-Up of Characters I Never Metacharacter I Didnt Like Chapter 4. Writing sed Scripts Applying Commands in a Script A Global Perspective on Addressing Testing and Saving Output Four Types of sed Scripts Getting to the PromiSed Land Chapter 5. Basic sed Commands About the Syntax of sed Commands Comment Substitution Delete Append, Insert, and Change List Transform Print Print Line Number Next Reading and Writing Files Quit Chapter 6. Advanced sed Commands Multiline Pattern Space A Case for Study Hold That Line Advanced Flow Control Commands To Join a Phrase Chapter 7. Writing Scripts for awk Playing the Game Hello, World Awks Programming Model Pattern Matching Records and Fields Expressions System Variables Relational and Boolean Operators Formatted Printing Passing Parameters Into a Script Information Retrieval Chapter 8. Conditionals, Loops, and Arrays Conditional Statements Looping Other Statements That Affect Flow Control ArraysAn Acronym Processor System Variables That Are Arrays Chapter 9. Functions Arithmetic Functions String Functions Writing Your Own Functions Chapter 10. The Bottom Drawer The getline Function The close() Function The system() Function A Menu-Based Command Generator Directing Output to Files and Pipes Generating Columnar Reports Debugging Limitations Chapter 11. A Flock of awks Original awk Freely Available awks Commercial awks Epilogue Chapter 12. Full-Featured Applications An Interactive Spelling Checker Generating a Formatted Index Spare Details of the masterindex Program Chapter 13. A Miscellany of Scripts uutot.awk--Report UUCP Statistics phonebill--Track Phone Usage combine--Extract Multipart uuencoded Binaries mailavg--Check Size of Mailboxes adj--Adjust Lines for Text Files readsource--Format Program Source Files for troff gent--Get a termcap Entry plpr--lpr Preprocessor transpose--Perform a Matrix Transposition m1--Simple Macro Processor Appendix A. Quick Reference for sed Appendix B. Quick Reference for awk Appendix C. Supplement for Chapter 12 Index Long Description The book begins with an overview and a tutorial that demonstrate a progression in functionality from grep to sed to awk. sed and awk share a similar command-line syntax, accepting user instructions in the form of a script. Because all three programs use UNIX regular expressions, an entire chapter is devoted to understanding UNIX regular expression syntax. Next, the book describes how to write sed scripts. After getting started by writing a few simple scripts, youll learn other basic commands that parallel manual editing actions, as well as advanced commands that introduce simple programming constructs. Among the advanced commands are those that manipulate the hold space, a set-aside temporary buffer. The second part of the book has been extensively revised to include POSIX awk as well as coverage of three freely available and three commercial versions of awk. The book introduces the primary features of the awk language and how to write simple scripts. Youll also learn: common programming constructs; how to use awks built-in functions; how to write user-defined functions; debugging techniques for awk programs; how to develop an application that processes an index, demonstrating much of the power of awk; and FTP and contact information for obtaining various versions of awk. Also included is a miscellany of user-contributed scripts that demonstrate a wide range of sed and awk scripting styles and techniques. Details ISBN1565922255 Author Dale Dougherty Short Title SED & AWK 2/E Publisher OReilly Media Series Nutshell Handbooks Language English Edition 2nd ISBN-10 1565922255 ISBN-13 9781565922259 Media Book Format Paperback DEWEY 005.43 Year 1997 Country of Publication United States Place of Publication Sebastopol Illustrations black & white illustrations DOI 10.1604/9781565922259 Edited by Estabrook, Gigi Subtitle UNIX Power Tools AU Release Date 1997-03-25 NZ Release Date 1997-03-25 UK Release Date 1997-03-25 Imprint OReilly Media Birth 1856 Death 1925 Affiliation Smith College Position Doctor Qualifications M.D. Pages 432 Audience Undergraduate Publication Date 1997-04-08 US Release Date 1997-04-08 Edition Description 2nd edition We've got this At The Nile, if you're looking for it, we've got it. With fast shipping, low prices, friendly service and well over a million items - you're bound to find what you want, at a price you'll love! TheNile_Item_ID:1066352;

Price: 96.1 AUD

Location: Melbourne

End Time: 2024-11-19T02:08:04.000Z

Shipping Cost: 0 AUD

Product Images

sed & awk: UNIX Power Tools by Dale Dougherty (English) Paperback Book

Item Specifics

Restocking fee: No

Return shipping will be paid by: Buyer

Returns Accepted: Returns Accepted

Item must be returned within: 30 Days

ISBN-13: 9781565922259

Book Title: sed & awk

Publication Name: Sed & Awk 2e

Format: Paperback

Language: English

Publisher: O'reilly Media, Inc, USA

Subject: Computer Science

Publication Year: 1997

Type: Textbook

Author: Dale Dougherty

Number of Pages: 432 Pages

Recommended

SEAGATE 10TB 7.2K 6Gb/s 3.5" SATA ST10000NM003G EXOS X16 NEW ZERO HOURS
SEAGATE 10TB 7.2K 6Gb/s 3.5" SATA ST10000NM003G EXOS X16 NEW ZERO HOURS

$139.99

View Details
DELL 148J7 300GB 10K SAS 6G 2.5 SED
DELL 148J7 300GB 10K SAS 6G 2.5 SED

$19.99

View Details
sed & awk: UNIX Power Tools Dougherty, Dale|Robbins, Arnold paperback Good
sed & awk: UNIX Power Tools Dougherty, Dale|Robbins, Arnold paperback Good

$5.92

View Details
Seagate Constellation ES SED 2TB SAS 3.5" ST32000445SS 9ST248-043
Seagate Constellation ES SED 2TB SAS 3.5" ST32000445SS 9ST248-043

$13.95

View Details
PHD SED26X10-DB-E-J2 NSNP
PHD SED26X10-DB-E-J2 NSNP

$735.00

View Details
Another Look : Uniontown and Fayette County, by Walter "Buzz" Storey, 2001, 1sEd
Another Look : Uniontown and Fayette County, by Walter "Buzz" Storey, 2001, 1sEd

$16.00

View Details
1PCS SED-586SEV 90days warranty DHL or FedEx #W10
1PCS SED-586SEV 90days warranty DHL or FedEx #W10

$174.95

View Details
sed & awk - Dale Dougherty, 9780937175590, paperback
sed & awk - Dale Dougherty, 9780937175590, paperback

$4.45

View Details
Seagate Exos X20 ST18000NM003D 18TB SATA 6Gb/s 7200 3.5" Enterprise Hard Drive
Seagate Exos X20 ST18000NM003D 18TB SATA 6Gb/s 7200 3.5" Enterprise Hard Drive

$193.99

View Details
GE SPECTRA BREAKER RATING PLUG SRPE30A15 for 30A Frame SED/SEH/SEL/SEP Breaker
GE SPECTRA BREAKER RATING PLUG SRPE30A15 for 30A Frame SED/SEH/SEL/SEP Breaker

$50.00

View Details