Learning the bash Shell:3rd Edition

Learning the bash Shell:3rd Edition
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者:
出版社: O'Reilly Media
2005-04
ISBN: 9780596009656
定价: 364.90
装帧: 平装
开本: 其他
纸张: 其他
页数: 354页
正文语种: 英语
原版书名: 3rd Edition
1人买过
  • O'Reilly'sbestsellingbookonLinux'sbashshellisatitagain.NowthatLinuxisanestablishedplayerbothasaserverandonthedesktopLearningthebashShellhasbeenupdatedandrefreshedtoaccountforallthelatestchanges.Indeed,thisthird CameronNewhamlivesinPerth,WesternAustralia.AftercompletingaBachelorofSciencemajoringininformationtechnologyandgeographyattheUniversityofWesternAustralia,CameronjoinedUniversalDefenceSystems(latertobecomeAustralianDefence Copyright
    Preface
    bash Versions
    Summary of bash Features
    Intended Audience
    Code Examples
    Chapter Summary
    Conventions Used in This Handbook
    We'd Like to Hear from You
    Using Code Examples
    Safari Enabled
    Acknowledgments for the First Edition
    Acknowledgments for the Second Edition
    Acknowledgments for the Third Edition
    Chapter 1.  bash Basics
    Section 1.1.  What Is a Shell?
    Section 1.2.  Scope of This Book
    Section 1.3.  History of UNIX Shells
    Section 1.4.  Getting bash
    Section 1.5.  Interactive Shell Use
    Section 1.6.  Files
    Section 1.7.  Input and Output
    Section 1.8.  Background Jobs
    Section 1.9.  Special Characters and Quoting
    Section 1.10.  Help
    Chapter 2.  Command-Line Editing
    Section 2.1.  Enabling Command-Line Editing
    Section 2.2.  The History List
    Section 2.3.  emacs Editing Mode
    Section 2.4.  vi Editing Mode
    Section 2.5.  The fc Command
    Section 2.6.  History Expansion
    Section 2.7.  readline
    Section 2.8.  Keyboard Habits
    Chapter 3.  Customizing Your Environment
    Section 3.1.  The .bash_profile, .bash_logout, and .bashrc Files
    Section 3.2.  Aliases
    Section 3.3.  Options
    Section 3.4.  Shell Variables
    Section 3.5.  Customization and Subprocesses
    Section 3.6.  Customization Hints
    Chapter 4.  Basic Shell Programming
    Section 4.1.  Shell Scripts and Functions
    Section 4.2.  Shell Variables
    Section 4.3.  String Operators
    Section 4.4.  Command Substitution
    Section 4.5.  Advanced Examples: pushd and popd
    Chapter 5.  Flow Control
    Section 5.1.  if/else
    Section 5.2.  for
    Section 5.3.  case
    Section 5.4.  select
    Section 5.5.  while and until
    Chapter 6.  Command-Line Options and Typed Variables
    Section 6.1.  Command-Line Options
    Section 6.2.  Typed Variables
    Section 6.3.  Integer Variables and Arithmetic
    Section 6.4.  Arrays
    Chapter 7.  Input/Output and Command-Line Processing
    Section 7.1.  I/O Redirectors
    Section 7.2.  String I/O
    Section 7.3.  Command-Line Processing
    Chapter 8.  Process Handling
    Section 8.1.  Process IDs and Job Numbers
    Section 8.2.  Job Control
    Section 8.3.  Signals
    Section 8.4.  trap
    Section 8.5.  Coroutines
    Section 8.6.  Subshells
    Section 8.7.  Process Substitution
    Chapter 9.  Debugging Shell Programs
    Section 9.1.  Basic Debugging Aids
    Section 9.2.  A bash Debugger
    Chapter 10.  bash Administration
    Section 10.1.  Installing bash as the Standard Shell
    Section 10.2.  Environment Customization
    Section 10.3.  System Security Features
    Chapter 11.  Shell Scripting
    Section 11.1.  What's That Do?
    Section 11.2.  Starting Up
    Section 11.3.  Potential Problems
    Section 11.4.  Don't Use bash
    Chapter 12.  bash for Your System
    Section 12.1.  Obtaining bash
    Section 12.2.  Unpacking the Archive
    Section 12.3.  What's in the Archive
    Section 12.4.  Who Do I Turn to?
    Appendix A.  Related Shells
    Section A.1.  The Bourne Shell
    Section A.2.  The IEEE 1003.2 POSIX Shell Standard
    Section A.3.  The Korn Shell
    Section A.4.  pdksh
    Section A.5.  zsh
    Section A.6.  Shell Clones and Unix-like Platforms
    Appendix B.  Reference Lists
    Section B.1.  Invocation
    Section B.2.  Prompt String Customizations
    Section B.3.  Built-In Commands and Reserved Words
    Section B.4.  Built-In Shell Variables
    Section B.5.  Test Operators
    Section B.6.  set Options
    Section B.7.  shopt Options
    Section B.8.  I/O Redirection
    Section B.9.  emacs Mode Commands
    Section B.10.  vi Control Mode Commands
    Appendix C.  Loadable Built-Ins
    Appendix D.  Programmable Completion
    Colophon
    Index
  • 内容简介:
    O'Reilly'sbestsellingbookonLinux'sbashshellisatitagain.NowthatLinuxisanestablishedplayerbothasaserverandonthedesktopLearningthebashShellhasbeenupdatedandrefreshedtoaccountforallthelatestchanges.Indeed,thisthird
  • 作者简介:
    CameronNewhamlivesinPerth,WesternAustralia.AftercompletingaBachelorofSciencemajoringininformationtechnologyandgeographyattheUniversityofWesternAustralia,CameronjoinedUniversalDefenceSystems(latertobecomeAustralianDefence
  • 目录:
    Copyright
    Preface
    bash Versions
    Summary of bash Features
    Intended Audience
    Code Examples
    Chapter Summary
    Conventions Used in This Handbook
    We'd Like to Hear from You
    Using Code Examples
    Safari Enabled
    Acknowledgments for the First Edition
    Acknowledgments for the Second Edition
    Acknowledgments for the Third Edition
    Chapter 1.  bash Basics
    Section 1.1.  What Is a Shell?
    Section 1.2.  Scope of This Book
    Section 1.3.  History of UNIX Shells
    Section 1.4.  Getting bash
    Section 1.5.  Interactive Shell Use
    Section 1.6.  Files
    Section 1.7.  Input and Output
    Section 1.8.  Background Jobs
    Section 1.9.  Special Characters and Quoting
    Section 1.10.  Help
    Chapter 2.  Command-Line Editing
    Section 2.1.  Enabling Command-Line Editing
    Section 2.2.  The History List
    Section 2.3.  emacs Editing Mode
    Section 2.4.  vi Editing Mode
    Section 2.5.  The fc Command
    Section 2.6.  History Expansion
    Section 2.7.  readline
    Section 2.8.  Keyboard Habits
    Chapter 3.  Customizing Your Environment
    Section 3.1.  The .bash_profile, .bash_logout, and .bashrc Files
    Section 3.2.  Aliases
    Section 3.3.  Options
    Section 3.4.  Shell Variables
    Section 3.5.  Customization and Subprocesses
    Section 3.6.  Customization Hints
    Chapter 4.  Basic Shell Programming
    Section 4.1.  Shell Scripts and Functions
    Section 4.2.  Shell Variables
    Section 4.3.  String Operators
    Section 4.4.  Command Substitution
    Section 4.5.  Advanced Examples: pushd and popd
    Chapter 5.  Flow Control
    Section 5.1.  if/else
    Section 5.2.  for
    Section 5.3.  case
    Section 5.4.  select
    Section 5.5.  while and until
    Chapter 6.  Command-Line Options and Typed Variables
    Section 6.1.  Command-Line Options
    Section 6.2.  Typed Variables
    Section 6.3.  Integer Variables and Arithmetic
    Section 6.4.  Arrays
    Chapter 7.  Input/Output and Command-Line Processing
    Section 7.1.  I/O Redirectors
    Section 7.2.  String I/O
    Section 7.3.  Command-Line Processing
    Chapter 8.  Process Handling
    Section 8.1.  Process IDs and Job Numbers
    Section 8.2.  Job Control
    Section 8.3.  Signals
    Section 8.4.  trap
    Section 8.5.  Coroutines
    Section 8.6.  Subshells
    Section 8.7.  Process Substitution
    Chapter 9.  Debugging Shell Programs
    Section 9.1.  Basic Debugging Aids
    Section 9.2.  A bash Debugger
    Chapter 10.  bash Administration
    Section 10.1.  Installing bash as the Standard Shell
    Section 10.2.  Environment Customization
    Section 10.3.  System Security Features
    Chapter 11.  Shell Scripting
    Section 11.1.  What's That Do?
    Section 11.2.  Starting Up
    Section 11.3.  Potential Problems
    Section 11.4.  Don't Use bash
    Chapter 12.  bash for Your System
    Section 12.1.  Obtaining bash
    Section 12.2.  Unpacking the Archive
    Section 12.3.  What's in the Archive
    Section 12.4.  Who Do I Turn to?
    Appendix A.  Related Shells
    Section A.1.  The Bourne Shell
    Section A.2.  The IEEE 1003.2 POSIX Shell Standard
    Section A.3.  The Korn Shell
    Section A.4.  pdksh
    Section A.5.  zsh
    Section A.6.  Shell Clones and Unix-like Platforms
    Appendix B.  Reference Lists
    Section B.1.  Invocation
    Section B.2.  Prompt String Customizations
    Section B.3.  Built-In Commands and Reserved Words
    Section B.4.  Built-In Shell Variables
    Section B.5.  Test Operators
    Section B.6.  set Options
    Section B.7.  shopt Options
    Section B.8.  I/O Redirection
    Section B.9.  emacs Mode Commands
    Section B.10.  vi Control Mode Commands
    Appendix C.  Loadable Built-Ins
    Appendix D.  Programmable Completion
    Colophon
    Index
查看详情
目前没有书店销售此书,我们为您搜索到一些相关商品
12
您可能感兴趣 / 更多
Learning the bash Shell:3rd Edition
脉管疾病:血管肿瘤与脉管畸形(血液学家肿瘤学家视角)
Cameron C. Trenor;III;Denise M. Adams
Learning the bash Shell:3rd Edition
世界思想宝库钥匙丛书:解析利昂·费斯汀格《认知失调论》
Camille Morvan 著
Learning the bash Shell:3rd Edition
鼠疫(带你看懂疫情下的谣言、恐慌与真相!诺奖得主加缪代表作)(读客经典文库)
Camus 著;[法]阿尔贝·加缪、Albert、李玉民 译
Learning the bash Shell:3rd Edition
维吉尔《埃涅阿斯纪》导论
Camps 著;[英]W.A.坎普William、Anthony、高峰枫 译
Learning the bash Shell:3rd Edition
英文原版绘本 Lulu at the Zoo 翻翻书 我爱露露 动物园之旅
Camilla Reid
Learning the bash Shell:3rd Edition
A Dog's Purpose A Novel for Humans
Cameron, W. Bruce
Learning the bash Shell:3rd Edition
Buried Angels
Camilla Lackberg 著
Learning the bash Shell:3rd Edition
我爱露露系列:露露爱童谣英语启蒙认知纸板书/LuluLovesNursery
Camilla Reid 著;Ailie Busby 绘
Learning the bash Shell:3rd Edition
How Not to Spend Your Senior Year
Cameron Dokey 著
Learning the bash Shell:3rd Edition
英文原版Lulu's Christmas 露露的圣诞节
Camilla Reid
Learning the bash Shell:3rd Edition
Break, Blow, Burn: Camille Paglia Reads Forty-three of the World's Best Poems
Camille Paglia 著
Learning the bash Shell:3rd Edition
The Secret of the Mansion
Campbell, Julie