Cargando…

Shell scripting recipes : a problem-solution approach /

Filled with over 150 essential, practical recipes that empower Unix users to regain lost time spent creating and testing shell scripts. The majority of scripts included are POSIX-compliant and supported by many of the major shell variants, including Bash, ksh, and sh. Each real-world example recipe...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Johnson, Chris F. A. (Autor), Varma, Jayant (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [Berkeley, CA] : Apress, [2015]
Edición:Second edition.
Colección:Expert's voice in open source.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn929473860
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 151116s2015 caua o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d OCLCF  |d COO  |d N$T  |d YDXCP  |d N$T  |d GW5XE  |d B24X7  |d D6H  |d IAO  |d IAS  |d IAD  |d ICN  |d JBG  |d SOI  |d ILO  |d UAB  |d Z5A  |d LIV  |d ESU  |d IOG  |d U3W  |d OCLCQ  |d CEF  |d OCLCQ  |d INT  |d AU@  |d REB  |d OCLCQ  |d WYU  |d UKMGB  |d OCLCQ  |d AUD  |d OCLCQ  |d UKAHL  |d SFB  |d BRF  |d DST  |d OCLCO  |d OCLCQ  |d OCL  |d OCLCQ  |d OCLCO 
016 7 |a 019192449  |2 Uk 
019 |a 930836354  |a 932289149  |a 1026441076  |a 1125474770  |a 1136204425  |a 1206408969  |a 1227398077  |a 1237460717  |a 1240647386  |a 1244634956  |a 1295932865  |a 1295992981  |a 1300707517  |a 1303292987 
020 |a 9781484202203  |q (electronic bk.) 
020 |a 1484202201  |q (electronic bk.) 
020 |z 9781484202210 
020 |z 148420221X 
024 7 |a 10.1007/978-1-4842-0220-3  |2 doi 
029 1 |a AU@  |b 000057040188 
029 1 |a GBVCP  |b 897165527 
029 1 |a NZ1  |b 16246695 
029 1 |a UKMGB  |b 019192449 
035 |a (OCoLC)929473860  |z (OCoLC)930836354  |z (OCoLC)932289149  |z (OCoLC)1026441076  |z (OCoLC)1125474770  |z (OCoLC)1136204425  |z (OCoLC)1206408969  |z (OCoLC)1227398077  |z (OCoLC)1237460717  |z (OCoLC)1240647386  |z (OCoLC)1244634956  |z (OCoLC)1295932865  |z (OCoLC)1295992981  |z (OCoLC)1300707517  |z (OCoLC)1303292987 
037 |a com.springer.onix.9781484202203  |b Springer Nature 
050 4 |a QA76.76.O63 
072 7 |a COM  |x 013000  |2 bisacsh 
072 7 |a COM  |x 014000  |2 bisacsh 
072 7 |a COM  |x 018000  |2 bisacsh 
072 7 |a COM  |x 067000  |2 bisacsh 
072 7 |a COM  |x 032000  |2 bisacsh 
072 7 |a COM  |x 037000  |2 bisacsh 
072 7 |a COM  |x 052000  |2 bisacsh 
072 7 |a UY  |2 bicssc 
082 0 4 |a 004  |2 23 
049 |a UAMI 
100 1 |a Johnson, Chris F. A.,  |e author. 
245 1 0 |a Shell scripting recipes :  |b a problem-solution approach /  |c Chris F.A. Johnson, Jayant Varma. 
250 |a Second edition. 
264 1 |a [Berkeley, CA] :  |b Apress,  |c [2015] 
264 4 |c ©2015 
300 |a 1 online resource (1 volume) :  |b illustrations 
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 
490 1 |a The expert's voice in open source 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed January 22, 2016). 
500 |a Includes index. 
520 |a Filled with over 150 essential, practical recipes that empower Unix users to regain lost time spent creating and testing shell scripts. The majority of scripts included are POSIX-compliant and supported by many of the major shell variants, including Bash, ksh, and sh. Each real-world example recipe follows the same problem-solution structure, meaning cross-referencing is easy and fast. Recipe topics include file conversion (DOS, UNIX, and Mac), system administration, resource monitoring, filename management, complex date calculations, screen control capabilities, and much more. Completely updated for this second edition and taking all the changes of the past ten years into account, every recipe in this book is now relevant for a modern audience. Authors Chris Johnson?s and Jayant Varma?s code is clear, direct, and applicable. Add this excellent reference to your library today. 
505 0 |a At a Glance; Contents; About the Authors; Acknowledgments; Chapter 1: The POSIX Shell and Command-Line Utilities; Shell Commands; echo ; printf ; set ; shift ; type ; getopts ; case ; eval ; local ; Parameters and Variables; Positional Parameters ; Special Parameters ; Shell Variables; standard-vars-A Collection of Useful Variables; Patterns; Pathname Expansion ; Regular Expressions ; Parameter Expansion; The Bourne Shell Expansions ; {var:-DEFAULT}; {var:=DEFAULT}; {var:+VALUE}; {var:?MESSAGE}; POSIX Parameter Expansions. 
505 8 |a {#var}-Length of Variable's Contents{var%PATTERN}-Remove the Shortest Match from the End; {var%%PATTERN}-Remove the Longest Match from the End; {var#PATTERN}-Remove the Shortest Match from the Beginning; {var##PATTERN}-Remove the Longest Match from the Beginning; Combining Expansions; Shell-Specific Expansions, bash2, and ksh93 ; {var//PATTERN/STRING}-Replace All Instances of PATTERN with STRING; {var:OFFSET:LENGTH}-Return a Substring of var; Shell Arithmetic ; Aliases ; Sourcing a File ; Functions; Functions Are Fast ; Command Substitution Is Slow. 
505 8 |a Using the Functions in This Book standard-funcs: A Collection of Useful Commands; 1.1 get_key-Get a Single Keystroke from the User ; How It Works; Usage; The Script; Notes; 1.2 getline-Prompt User to Enter a Line ; How It Works; Usage; The Script; 1.3 press_any_key-Prompt for a Single Keypress ; How It Works; Usage; The Script; 1.4 menu1-Print a Menu and Execute a Selected Command ; How It Works; Usage; The Script; 1.5 arg-Prompt for Required Argument If None Supplied ; How It Works; Usage; The Script; 1.6 die-Print Error Message and Exit with Error Status ; How It Works; Usage. 
505 8 |a The Script 1.7 show_date-Display Date in D[D] MMM YYYY Format ; How It Works; Usage; The Script; 1.8 date_vars-Set Date and Time Variables ; How It Works; Usage; The Script; 1.9 is_num-Is This a Positive Integer? ; How It Works; Usage; The Script; Notes; 1.10 abbrev_num-Abbreviate Large Numbers ; How It Works; Usage; The Script; Notes; 1.11 commas-Add Thousands Separators to a Number ; How It Works; Usage; The Script; 1.12 pr1-Print Arguments, One to a Line ; How It Works; Usage; The Script; 1.13 checkdirs-Check for Directories; Create If Necessary ; How It Works; Usage; The Script. 
505 8 |a 1.14 checkfiles -Check That a Directory Contains Certain FilesHow It Works; Usage; The Script; 1.15 zpad-Pad a Number with Leading Zeroes ; How It Works; Usage; The Script; 1.16 cleanup-Remove Temporary Files and Reset Terminal on Exit ; How It Works; Usage; The Script; The Unix Utilities; cat: Concatenate Files to the Standard Output ; sed: A Text Stream Editor ; awk: Pattern Scanning and Processing Language ; grep: Print Lines Matching a Regular Expression ; date: Show or Set the System Date ; tr: A Character Translation Utility ; wc: Count Characters, Words, and Lines in a File. 
504 |a Includes bibliographical references and index. 
546 |a English. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Operating systems (Computers) 
650 0 |a POSIX (Computer software standard) 
650 0 |a Open source software. 
650 0 |a Computer programming. 
650 0 |a Software engineering. 
650 6 |a Logiciels libres. 
650 6 |a Programmation (Informatique) 
650 6 |a Génie logiciel. 
650 6 |a Systèmes d'exploitation (Ordinateurs) 
650 6 |a POSIX (Norme) 
650 7 |a computer programming.  |2 aat 
650 7 |a operating systems.  |2 aat 
650 7 |a Software Engineering.  |2 bicssc 
650 7 |a Computer programming  |x software development.  |2 bicssc 
650 7 |a COMPUTERS  |x Computer Literacy.  |2 bisacsh 
650 7 |a COMPUTERS  |x Computer Science.  |2 bisacsh 
650 7 |a COMPUTERS  |x Data Processing.  |2 bisacsh 
650 7 |a COMPUTERS  |x Hardware  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Information Technology.  |2 bisacsh 
650 7 |a COMPUTERS  |x Machine Theory.  |2 bisacsh 
650 7 |a COMPUTERS  |x Reference.  |2 bisacsh 
650 7 |a Software engineering  |2 fast 
650 7 |a Open source software  |2 fast 
650 7 |a Computer programming  |2 fast 
650 7 |a Operating systems (Computers)  |2 fast 
650 7 |a POSIX (Computer software standard)  |2 fast 
700 1 |a Varma, Jayant,  |e author. 
776 |z 1-4842-0221-X 
830 0 |a Expert's voice in open source. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484202203/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH31352750 
938 |a Books 24x7  |b B247  |n bks00101461 
938 |a EBSCOhost  |b EBSC  |n 1109194 
938 |a YBP Library Services  |b YANK  |n 12721419 
994 |a 92  |b IZTAP