Cargando…

Learning the bash Shell /

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Newham, Cameron
Otros Autores: Rosenblatt, Bill
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Cambridge [England] ; Sesbastopol [Calif.] : O'Reilly, ©1998.
Edición:2nd ed., rev. & updated.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ma 4500
001 OR_ocm44958133
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cn|||||||||
008 000807s1998 enka o 001 0 eng d
010 |z  98132271  
040 |a N$T  |b eng  |e pn  |c N$T  |d OCL  |d OCLCQ  |d VLB  |d OCLCQ  |d TUU  |d OCLCQ  |d TNF  |d VMI  |d OCLCQ  |d ZCU  |d OCLCO  |d OCLCF  |d OCLCQ  |d N$T  |d OCLCQ  |d OCLCO  |d OCLCQ  |d SUR  |d OCLCQ  |d OCLCO  |d LUE  |d TOF  |d WYU  |d TUHNV  |d OCLCO  |d ANO  |d OCLCQ  |d IOY  |d OCLCQ  |d OCLCO 
019 |a 54116234  |a 177510456  |a 748108343  |a 759513732  |a 961629765  |a 962715271  |a 984879438  |a 1243598208  |a 1252728466 
020 |a 1565929616  |q (electronic bk.) 
020 |a 9781565929616  |q (electronic bk.) 
020 |z 9781565923478 
020 |z 1565923472 
029 1 |a AU@  |b 000056704410 
035 |a (OCoLC)44958133  |z (OCoLC)54116234  |z (OCoLC)177510456  |z (OCoLC)748108343  |z (OCoLC)759513732  |z (OCoLC)961629765  |z (OCoLC)962715271  |z (OCoLC)984879438  |z (OCoLC)1243598208  |z (OCoLC)1252728466 
050 4 |a QA76.76.O63  |b N458 1998eb 
060 4 |a QA 76.76 O63  |b N48 1998 
072 7 |a COM  |x 046020  |2 bisacsh 
082 0 4 |a 005.4/465  |2 21 
049 |a UAMI 
100 1 |a Newham, Cameron. 
245 1 0 |a Learning the bash Shell /  |c Cameron Newham and Bill Rosenblatt. 
250 |a 2nd ed., rev. & updated. 
260 |a Cambridge [England] ;  |a Sesbastopol [Calif.] :  |b O'Reilly,  |c ©1998. 
300 |a 1 online resource (xvi, 318 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 
500 |a Includes index. 
588 0 |a Print version record. 
505 0 0 |g 1  |t bash Basics  |g 1 --  |t What Is a Shell?  |g 2 --  |t History of UNIX Shells  |g 3 --  |t Getting bash  |g 5 --  |t Interactive Shell Use  |g 6 --  |t Files  |g 7 --  |t Input and Output  |g 14 --  |t Background Jobs  |g 18 --  |t Special Characters and Quoting  |g 21 --  |t Help  |g 27 --  |g 2  |t Command-Line Editing  |g 28 --  |t The History File  |g 30 --  |t emacs Editing Mode  |g 30 --  |t vi Editing Mode  |g 38 --  |t The fc Command  |g 47 --  |t History Expansion  |g 50 --  |t readline  |g 51 --  |t Keyboard Habits  |g 55 --  |g 3  |t Customizing Your Environment  |g 57 --  |t The .bash_profile, .bash_logout, and .bashrc Files  |g 58 --  |t Aliases  |g 60 --  |t Options  |g 63 --  |t Shell Variables  |g 65 --  |t Customization and Subprocesses  |g 76 --  |t Customization Hints  |g 81 --  |g 4  |t Basic Shell Programming  |g 83 --  |t Shell Scripts and Functions  |g 83 --  |t Shell Variables  |g 88 --  |t String Operators  |g 94 --  |t Command Substitution  |g 103 --  |t Advanced Examples: pushd and popd  |g 107 --  |g 5  |t Flow Control  |g 111 --  |t if/else  |g 112 --  |t for  |g 126 --  |t case  |g 133 --  |t select  |g 136 --  |t while and until  |g 139 --  |g 6  |t Command-Line Options and Typed Variables  |g 141 --  |t Command-Line Options  |g 141 --  |t Typed Variables  |g 150 --  |t Integer Variables and Arithmetic  |g 151 --  |t Arrays  |g 160 --  |g 7  |t Input/Output and Command-Line Processing  |g 163 --  |t I/O Redirectors  |g 163 --  |t String I/O  |g 169 --  |t Command-Line Processing  |g 177 --  |g 8  |t Process Handling  |g 195 --  |t Process IDs and Job Numbers  |g 196 --  |t Job Control  |g 197 --  |t Signals  |g 200 --  |t trap  |g 207 --  |t Coroutines  |g 213 --  |t Subshells  |g 217 --  |t Process Substitution  |g 219 --  |g 9  |t Debugging Shell Programs  |g 220 --  |t Basic Debugging Aids  |g 221 --  |t A bash Debugger  |g 226 --  |g 10  |t bash Administration  |g 247 --  |t Installing bash as the Standard Shell  |g 247 --  |t Environment Customization  |g 250 --  |t System Security Features  |g 254 --  |g 11  |t bash for Your System  |g 257 --  |t Obtaining bash  |g 257 --  |t Unpacking the Archive  |g 259 --  |t What's in the Archive  |g 259 --  |t Who Do I Turn to?  |g 264 --  |g A  |t Related Shells  |g 267 --  |g C  |t Loadable Built-Ins  |g 293 --  |g D  |t Syntax  |g 298 --  |g E  |t Obtaining Sample Programs  |g 302. 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
630 0 0 |a UNIX Shells. 
630 0 0 |a UNIX (Computer file) 
630 0 7 |a UNIX (Computer file)  |2 fast 
630 0 7 |a UNIX Shells  |2 fast 
650 0 |a User interfaces (Computer systems) 
650 2 |a User-Computer Interface 
650 6 |a Interfaces utilisateurs (Informatique) 
650 7 |a COMPUTERS  |x Operating Systems  |x Macintosh.  |2 bisacsh 
650 7 |a User interfaces (Computer systems)  |2 fast 
700 1 |a Rosenblatt, Bill. 
776 0 8 |i Print version:  |a Newham, Cameron.  |t Learning the bash Shell.  |b 2nd ed., rev. & updated.  |d Cambridge [England] ; Sesbastopol [Calif.] : O'Reilly, ©1998  |z 1565923472  |w (DLC) 98132271  |w (OCoLC)38936891 
856 4 0 |u https://learning.oreilly.com/library/view/~/1565923472/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a EBSCOhost  |b EBSC  |n 24642 
994 |a 92  |b IZTAP