书籍 Classic Shell Scripting的封面

Classic Shell Scripting

Arnold Robbins

出版时间

2005-01-31

ISBN

9780596005955

评分

★★★★★
书籍介绍

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 not only 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.

Arnold Robbins, an Atlanta native, is a professional programmer and technical author. He has worked with Unix systems since 1980, when he was introduced to a PDP-11 running a version of Sixth Edition Unix. He has been a heavy AWK user since 1987, when he became involved with gawk, the GNU project's version of AWK. As a member of the POSIX 1003.2 balloting group, he helped shape...

(展开全部)

用户评论
入职四月,断断续续读完,shell扫盲,力荐
案头必备。
读了五章之后。。感觉这本书可以拿来当字典用~^_^
把招聘要求里的「熟悉shell脚本语言」理解成『会用”sed awk“什么的以及会一些基础配置什么的就好了』真是大错特错!!
知识系统性非常好、结构清晰、逻辑清楚。深入浅出。
温故而知新
注意How而非What:没有拘泥Shell的语法细节(聪明的做法,Shell家大业大,不是三言两语说得清楚,具体某个分支可以“找男人”查手册),从日常的案例(Text processing, Regex,Pipe, IO, etc)阐述Shell的实用性(代码可到Oreilly下载:http://goo.gl/OhxkQ)