Cargando…

Classic shell scripting /

Shell scripting skills never go out of style. It's the shell that unlocks the real potential of Unix. Shell scripting is essential for Unix users and system administrators---a way to quickly harness and customize the full power of any Unix system. With shell scripts, you can combine the fundame...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Robbins, Arnold
Otros Autores: Beebe, Nelson H. F.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly., ©2005.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocm61316096
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 050822s2005 caua ob 001 0 eng d
040 |a OCL  |b eng  |e pn  |c OCL  |d OCLCQ  |d VLB  |d OCLCQ  |d CUSER  |d CEF  |d NHM  |d MBB  |d N$T  |d EBLCP  |d TEFOD  |d TXM  |d OCLCQ  |d OCLCF  |d DEBSZ  |d OCLCQ  |d GO9  |d YDXCP  |d NLE  |d E7B  |d TEFOD  |d OCLCQ  |d COO  |d CASUM  |d FEM  |d IU0  |d I3U  |d HV6  |d IUL  |d IN0  |d XPJ  |d IUP  |d XUN  |d OCLCQ  |d OCLCO  |d MOQ  |d WYU  |d OCLCA  |d AU@  |d STF  |d OCLCO  |d VT2  |d UKAHL  |d OCLCQ  |d OCLCA  |d MM9  |d CZL  |d INARC  |d DST  |d OCLCO  |d OCL  |d OCLCQ  |d OCLCO 
015 |a GBA547442  |2 bnb 
016 7 |a 013209231  |2 Uk 
019 |a 326649245  |a 692705393  |a 748107382  |a 774401977  |a 809689150  |a 839839116  |a 859872166  |a 861530660  |a 968096016  |a 969073764  |a 1044215479  |a 1056373218  |a 1060829696  |a 1064026858  |a 1075529504  |a 1103267807  |a 1129341893  |a 1171697306  |a 1180945343  |a 1202538290  |a 1240521075  |a 1295593845  |a 1300440679  |a 1301797853  |a 1303368516 
020 |a 9780596517441  |q (electronic bk.) 
020 |a 0596517440  |q (electronic bk.) 
020 |a 9780596555269  |q (electronic bk.) 
020 |a 0596555261  |q (electronic bk.) 
020 |z 0596005954 
020 |z 9780596005955 
029 1 |a AU@  |b 000066231261 
029 1 |a AU@  |b 000066528164 
029 1 |a AU@  |b 000067095317 
029 1 |a AU@  |b 000067212022 
029 1 |a DEBSZ  |b 39638675X 
029 1 |a HEBIS  |b 291441440 
035 |a (OCoLC)61316096  |z (OCoLC)326649245  |z (OCoLC)692705393  |z (OCoLC)748107382  |z (OCoLC)774401977  |z (OCoLC)809689150  |z (OCoLC)839839116  |z (OCoLC)859872166  |z (OCoLC)861530660  |z (OCoLC)968096016  |z (OCoLC)969073764  |z (OCoLC)1044215479  |z (OCoLC)1056373218  |z (OCoLC)1060829696  |z (OCoLC)1064026858  |z (OCoLC)1075529504  |z (OCoLC)1103267807  |z (OCoLC)1129341893  |z (OCoLC)1171697306  |z (OCoLC)1180945343  |z (OCoLC)1202538290  |z (OCoLC)1240521075  |z (OCoLC)1295593845  |z (OCoLC)1300440679  |z (OCoLC)1301797853  |z (OCoLC)1303368516 
037 |a 26EDC972-0355-4830-8AEF-142241421E61  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.76.O63  |b R633 2005 
072 7 |a COM  |x 046090  |2 bisacsh 
072 7 |a COM  |x 088000  |2 bisacsh 
072 7 |a COM  |x 056000  |2 bisacsh 
082 0 4 |a 005.43  |2 22 
049 |a UAMI 
100 1 |a Robbins, Arnold. 
245 1 0 |a Classic shell scripting /  |c Arnold Robbins and Nelson H.F. Beebe. 
260 |a Sebastopol, CA :  |b O'Reilly.,  |c ©2005. 
300 |a 1 online resource (xxii, 534 pages) :  |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 
500 |a Includes index. 
504 |a Includes bibliographical references and index. 
505 0 |a Background -- Getting started -- Searching and substitutions -- Text processing tools -- Pipelines can do amazing things -- Variables, making decisions, and repeating actions -- Input and output, files, and command evaluation -- Production scripts -- Enough awk to be dangerous -- Working with files -- Extended example: merging user databases -- Spellchecking -- Processes -- Shell portability issues and extensions -- Secure shell scripts: getting started. 
520 |a Shell scripting skills never go out of style. It's the shell that unlocks the real potential of Unix. Shell scripting is essential for Unix users and system administrators---a way to quickly harness and customize the full power of any Unix system. With shell scripts, you can combine the fundamental Unix text and file processing commands to crunch data and automate repetitive tasks. But beneath this simple promise lies a treacherous ocean of variations in Unix commands and standards. "Classic Shell Scripting" is written to help you reliably navigate these tricky waters. Writing shell scripts requires more than just a knowledge of the shell language, it also requires familiarity with the individual Unix programs: why each one is there, how to use them by themselves, and in combination with the other programs. The authors are intimately familiar with the tips and tricks that can be used to create excellent scripts, as well as the traps that can make your best effort a bad shell script. With "Classic Shell Scripting" you'll avoid hours of wasted effort. You'll learn to not only to write useful shell scripts, but how to do it properly and portably. The ability to program and customize the shell quickly, reliably, and portably to get the best out of any individual system is an important skill for anyone operating and maintaining Unix or Linux systems. "Classic Shell Scripting" gives you everything you need to master these essential skills 
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 Programming languages (Electronic computers) 
650 1 2 |a Programming Languages 
650 6 |a Systèmes d'exploitation (Ordinateurs) 
650 6 |a Langages de programmation. 
650 7 |a operating systems.  |2 aat 
650 7 |a COMPUTERS  |x Operating Systems  |x Virtualization.  |2 bisacsh 
650 7 |a COMPUTERS  |x System Administration  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Utilities.  |2 bisacsh 
650 7 |a Programming languages (Electronic computers)  |2 fast 
650 7 |a Operating systems (Computers)  |2 fast 
700 1 |a Beebe, Nelson H. F. 
776 0 8 |i Print version:  |z 0596005954  |w (OCoLC)60453495 
856 4 0 |u https://learning.oreilly.com/library/view/~/0596005954/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH29297988 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL540561 
938 |a ebrary  |b EBRY  |n ebr10758568 
938 |a EBSCOhost  |b EBSC  |n 415532 
938 |a Internet Archive  |b INAR  |n classicshellscri0000robb 
938 |a YBP Library Services  |b YANK  |n 3180001 
938 |a YBP Library Services  |b YANK  |n 7427879 
994 |a 92  |b IZTAP