Cargando…

Effective awk programming /

Effective awk Programming,3rd Edition, focuses entirely onawk, exploring it in the greatest depth of the three awk titles we carry. It's an excellent companion piece to the more broadly focused second edition. This book provides complete coverage of the gawk 3.1 language as well as the most up-...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Robbins, Arnold
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Beijing ; Sebastopol, CA : O'Reilly, 2001.
Edición:3rd ed.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocm54115759
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 040130s2001 cc o 001 0 eng d
040 |a OCL  |b eng  |e pn  |c OCL  |d OCLCQ  |d CEF  |d OCLCQ  |d VLB  |d C6I  |d QE2  |d N$T  |d EBLCP  |d MHW  |d OCLCQ  |d OCLCF  |d OCLCQ  |d YDXCP  |d OCLCQ  |d GO9  |d OCLCQ  |d NRC  |d WYU  |d AU@  |d CNCEN  |d OCLCQ  |d OCLCO  |d UKAHL  |d OCLCQ  |d OCLCO 
015 |a GBA309248  |2 bnb 
019 |a 656875493  |a 727107800  |a 748105195  |a 759512060  |a 772457892  |a 809685597  |a 1058031609  |a 1105768499 
020 |a 9780596805371  |q (electronic bk.) 
020 |a 0596805373  |q (electronic bk.) 
020 |z 0596000707 
020 |z 9780596000707 
024 8 |a 0596000707 
029 1 |a AU@  |b 000055605566 
035 |a (OCoLC)54115759  |z (OCoLC)656875493  |z (OCoLC)727107800  |z (OCoLC)748105195  |z (OCoLC)759512060  |z (OCoLC)772457892  |z (OCoLC)809685597  |z (OCoLC)1058031609  |z (OCoLC)1105768499 
050 4 |a QA76.73.A95  |b R63 2001 
072 7 |a COM  |x 051310  |2 bisacsh 
072 7 |a COM  |x 051280  |2 bisacsh 
072 7 |a COM  |x 051130  |2 bisacsh 
082 0 4 |a 005.13/3  |2 21 
049 |a UAMI 
100 1 |a Robbins, Arnold. 
245 1 0 |a Effective awk programming /  |c Arnold Robbins. 
250 |a 3rd ed. 
260 |a Beijing ;  |a Sebastopol, CA :  |b O'Reilly,  |c 2001. 
300 |a 1 online resource (xxiv, 421 pages) 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
500 |a Includes indexes. 
588 0 |a Print version record. 
505 0 0 |g I.  |t Awk Language and gawk  |g 1 --  |g 1.  |t Getting Started with awk  |g 3 --  |t How to Run awk Programs  |g 4 --  |t Datafiles for the Examples  |g 10 --  |t An Example with Two Rules  |g 13 --  |t A More Complex Example  |g 14 --  |t awk Statements Versus Lines  |g 15 --  |t Other Features of AWK  |g 17 --  |t When to Use AWK  |g 17 --  |g 2.  |t Regular Expressions  |g 19 --  |t How to Use Regular Expressions  |g 19 --  |t Escape Sequences  |g 21 --  |t Regular Expression Operators  |g 23 --  |t Using Character Lists  |g 26 --  |t gawk-Specific Regexp Operators  |g 28 --  |t Case Sensitivity in Matching  |g 29 --  |t How Much Text Matches?  |g 31 --  |t Using Dynamic Regexps  |g 31 --  |g 3.  |t Reading Input Files  |g 33 --  |t How Input Is Split into Records  |g 33 --  |t Examining Fields  |g 36 --  |t Non-constant Field Numbers  |g 38 --  |t Changing the Contents of a Field  |g 39 --  |t Specifying How Fields Are Separated  |g 41 --  |t Reading Fixed-Width Data  |g 46 --  |t Multiple-Line Records  |g 48 --  |t Explicit Input with getline  |g 51 --  |g 4.  |t Printing Output  |g 58 --  |t Print Statement  |g 58 --  |t Examples of print Statements  |g 59 --  |t Output Separators  |g 60 --  |t Controlling Numeric Output with print  |g 61 --  |t Using printf Statements for Fancier Printing  |g 62 --  |t Redirecting Output of print and printf  |g 68 --  |t Special Filenames in gawk  |g 70 --  |t Closing Input and Output Redirections  |g 74 --  |g 5.  |t Expressions  |g 78 --  |t Constant Expressions  |g 79 --  |t Using Regular Expression Constants  |g 81 --  |t Variables  |g 82 --  |t Conversion of Strings and Numbers  |g 84 --  |t Arithmetic Operators  |g 85 --  |t String Concatenation  |g 87 --  |t Assignment Expressions  |g 88 --  |t Increment and Decrement Operators  |g 92 --  |t True and False in awk  |g 93 --  |t Variable Typing and Comparison Expressions  |g 94 --  |t Boolean Expressions  |g 97 --  |t Conditional Expressions  |g 99 --  |t Function Calls  |g 99 --  |t Operator Precedence (How Operators Nest)  |g 101 --  |g 6.  |t Patterns, Actions, and Variables  |g 103 --  |t Pattern Elements  |g 103 --  |t Using Shell Variables in Programs  |g 109 --  |t Actions  |g 110 --  |t Control Statements in Actions  |g 111 --  |t Built-in Variables  |g 120 --  |g 7.  |t Arrays in AWK  |g 129 --  |t Introduction to Arrays  |g 130 --  |t Referring to an Array Element  |g 132 --  |t Assigning Array Elements  |g 133 --  |t Basic Array Example  |g 133 --  |t Scanning All Elements of an Array  |g 134 --  |t Delete Statement  |g 135 --  |t Using Numbers to Subscript Arrays  |g 136 --  |t Using Uninitialized Variables as Subscripts  |g 137 --  |t Multidimensional Arrays  |g 138 --  |t Scanning Multidimensional Arrays  |g 139 --  |t Sorting Array Values and Indices with gawk  |g 140 --  |g 8.  |t Functions  |g 142 --  |t Built-in Functions  |g 142 --  |t User-Defined Functions  |g 166 --  |g 9.  |t Internationalization with GAWK  |g 174 --  |t Internationalization and Localization  |g 174 --  |t GNU gettext  |g 175 --  |t Internationalizing awk Programs  |g 177 --  |t Translating AWK Programs  |g 179 --  |t A Simple Internationalization Example  |g 182 --  |t GAWK Can Speak Your Language  |g 183 --  |g 10.  |t Advanced Features of gawk  |g 185 --  |t Allowing Nondecimal Input Data  |g 185 --  |t Two-Way Communications with Another Process  |g 186 --  |t Using gawk for Network Programming  |g 188 --  |t Using gawk with BSD Portals  |g 189 --  |t Profiling Your AWK Programs  |g 190 --  |g 11.  |t Running awk and GAWK  |g 194 --  |t Invoking AWK  |g 194 --  |t Command-Line Options  |g 195 --  |t Other Command-Line Arguments  |g 200 --  |t AWKPATH Environment Variable  |g 201 --  |t Obsolete Options and/or Features  |g 202 --  |t Known Bugs in GAWK  |g 203 --  |g II.  |t Using awk and GAWK  |g 205 --  |g 12.  |t A Library of awk Functions  |g 207 --  |t Naming Library Function Global Variables  |g 208 --  |t General Programming  |g 210 --  |t Datafile Management  |g 218 --  |t Processing Command-Line Options  |g 222 --  |t Reading the User Database  |g 228 --  |t Reading the Group Database  |g 232 --  |g 13.  |t Practical awk Programs  |g 237 --  |t Running the Example Programs  |g 237 --  |t Reinventing Wheels for Fun and Profit  |g 238 --  |t A Grab Bag of awk Programs  |g 259 --  |g 14.  |t Internetworking with GAWK  |g 281 --  |t Networking with GAWK  |g 281 --  |t Some Applications and Techniques  |g 305 --  |t Related Links  |g 323 --  |g A.  |t Evolution of the AWK Language  |g 327 --  |g B.  |t Installing GAWK  |g 337 --  |g C.  |t Implementation Notes  |g 350. 
520 |a Effective awk Programming,3rd Edition, focuses entirely onawk, exploring it in the greatest depth of the three awk titles we carry. It's an excellent companion piece to the more broadly focused second edition. This book provides complete coverage of the gawk 3.1 language as well as the most up-to-date coverage of the POSIX standard forawk available anywhere. Author Arnold Robbins clearly distinguishes standard awk features from GNU awk(gawk)-specific features, shines light into many of the "dark corners" of the language (areas to watch out for when programming), and devotes two full ch 
542 |f Copyright © 2001 Free Software Foundation  |g 2001 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a AWK (Computer program language) 
650 6 |a AWK (Langage de programmation) 
650 7 |a COMPUTERS  |x Programming Languages  |x C♯  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Java.  |2 bisacsh 
650 7 |a COMPUTERS  |x Programming Languages  |x Pascal.  |2 bisacsh 
650 7 |a AWK (Computer program language)  |2 fast 
776 0 8 |i Print version:  |a Robbins, Arnold.  |t Effective awk programming.  |b 3rd ed.  |d Beijing ; Sebastopol, CA : O'Reilly, 2001  |z 0596000707  |w (DLC) 2001034634  |w (OCoLC)46975168 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596000707/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH26900130 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL563937 
938 |a EBSCOhost  |b EBSC  |n 415193 
938 |a YBP Library Services  |b YANK  |n 7365685 
994 |a 92  |b IZTAP