|
The bash shell is a complete programming language, not merely a glue to combine external Linux commands. By taking full advantage of shell internals, shell programs can perform as snappily as utilities written in C or other compiled languages. And you will see how, without assuming Unix lore, you can write professional bash 4.0 programs through standard programming techniques.
- Complete bash coverage
- Teaches bash as a programming language
- Helps you master bash 4.0 features
What you’ll learn
- Use the shell to write new utilities and accomplish most programming tasks.
- Use shell parameter expansion to replace many external commands, making scripts very fast.
- Learn to avoid many common mistakes that cause scripts to fail.
- Learn how bash’s readline and history libraries can save typing when getting user input.
- Learn to use the new bash 4.0 features.
- Build shell scripts that get information from the Web.
About the Apress Pro Series
The Apress Pro series books are practical, professional tutorials to keep you on and moving up the professional ladder.
You have gotten the job, now you need to hone your skills in these tough competitive times. The Apress Pro series expands your skills and expertise in exactly the areas you need. Master the content of a Pro book, and you will always be able to get the job done in a professional development project. Written by experts in their field, Pro series books from Apress give you the hard–won solutions to problems you will face in your professional programming career. |
|
|
 Linux Command Line and Shell Scripting BibleLearn all the command lines for all Linux shells in this one-stop guide
There's a lot to be said for going back to basics. Not only does this Bible give you a quick refresher on the structure of open-source Linux software, it also shows you how to bypass the hefty graphical user interface on Linux systems and start... |  |  |  |  97 Things Every Programmer Should Know: Collective Wisdom from the ExpertsProgrammers have a lot on their minds . Programming languages, programming techniques, development environments, coding style, tools, development process, deadlines, meetings, software architecture, design patterns, team dynamics, code, requirements, bugs, code quality. And more. A lot. There is an art, craft, and science to programming that... |
 Learning the bash Shell, 3rd EditionThis refreshed edition serves as the most valuable guide yet to the bash shell. It's full of practical examples of shell commands and programs guaranteed to make everyday use of Linux that much easier. Includes information on key bindings, command line editing and processing, integrated programming features, signal handling, and much more!
... |  |  Assembly Language Step-by-Step: Programming with LinuxThe eagerly anticipated new edition of the bestselling introduction to x86 assembly language
The long-awaited third edition of this bestselling introduction to assembly language has been completely rewritten to focus on 32-bit protected-mode Linux and the free NASM assembler. Assembly is the fundamental language bridging human ideas and... |  |  Network Know-How: An Essential Guide for the Accidental Admin
Are the machines in your office living isolated lives? Do you have a few computers at home that you want to connect to each other and the Internet? The best way to share files on a group of computers is to create a network. But how do you do that?
Network Know-How is your guide to connecting your machines, filled with... |
|