Leviton

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

Description: FREE SHIPPING UK WIDE sed & awk by Dale Dougherty, Arnold Robbins 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 & 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 & 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 Arnold Robbins 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 Edition Description 2nd Revised edition Audience Undergraduate Publication Date 1997-04-08 US Release Date 1997-04-08 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! 30 DAY RETURN POLICY No questions asked, 30 day returns! FREE DELIVERY No matter where you are in the UK, delivery is free. SECURE PAYMENT Peace of mind by paying through PayPal and eBay Buyer Protection TheNile_Item_ID:1066352;

Price: 31.99 GBP

Location: London

End Time: 2024-11-21T10:31:18.000Z

Shipping Cost: 8.22 GBP

Product Images

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

Item Specifics

Return postage will be paid by: Buyer

Returns Accepted: Returns Accepted

After receiving the item, your buyer should cancel the purchase within: 30 days

Return policy details:

ISBN-13: 9781565922259

Book Title: sed & awk

Author: Dale Dougherty

Publication Name: Sed & Awk 2e

Format: Paperback

Language: English

Publisher: O'reilly Media, INC International Concepts USA

Subject: Computer Science

Publication Year: 1997

Type: Textbook

Number of Pages: 432 Pages

Recommended

Hitachi HUS156060VLS600 600GB 15000RPM 3.5" SAS Hard Drive
Hitachi HUS156060VLS600 600GB 15000RPM 3.5" SAS Hard Drive

$79.99

View Details
Virginia/West Virginia Husbands and Wives, Volume 2, by Patrick G. Wardell, 1sEd
Virginia/West Virginia Husbands and Wives, Volume 2, by Patrick G. Wardell, 1sEd

$39.00

View Details
Vintage Sed’s Crafts Molas Vest M Panama Cactus Floral Handmade 100% Cotton Boho
Vintage Sed’s Crafts Molas Vest M Panama Cactus Floral Handmade 100% Cotton Boho

$79.00

View Details
5 Stage Reverse Osmosis RO Water Filter Replacement Set 4 pc SED UDF CTO GAC NSF
5 Stage Reverse Osmosis RO Water Filter Replacement Set 4 pc SED UDF CTO GAC NSF

$24.00

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
PHD SED26X10-DB-E-J2 NSNP
PHD SED26X10-DB-E-J2 NSNP

$735.00

View Details
Micron 1.92TB 5300 Pro SED 2.5" SATA SSD MTFDDAK1T9TDS Dell 0GKKX9 - 100% Health
Micron 1.92TB 5300 Pro SED 2.5" SATA SSD MTFDDAK1T9TDS Dell 0GKKX9 - 100% Health

$115.00

View Details
Cartridge Sed 10”, 10 Mic Haw Tin Core Filter
Cartridge Sed 10”, 10 Mic Haw Tin Core Filter

$14.99

View Details
Fix8:Sed8 - Humanophobia:Dormicum [New CD] Bonus CD, Bonus Tracks, Ltd Ed, Rmst,
Fix8:Sed8 - Humanophobia:Dormicum [New CD] Bonus CD, Bonus Tracks, Ltd Ed, Rmst,

$39.80

View Details
Used Rear Left Door fits: 2016 Chevrolet Cruze VIN B 4th digit New Style Rear Le
Used Rear Left Door fits: 2016 Chevrolet Cruze VIN B 4th digit New Style Rear Le

$862.79

View Details