Learning Shell Scripting with Zsh

Gaston Festari

  • 出版商: Packt Publishing
  • 出版日期: 2014-01-17
  • 售價: $1,400
  • 貴賓價: 9.5$1,330
  • 語言: 英文
  • 頁數: 132
  • 裝訂: Paperback
  • ISBN: 1783282932
  • ISBN-13: 9781783282937
  • 相關分類: Command Line
  • 海外代購書籍(需單獨結帳)

商品描述

Your one-stop guide to reading, writing, and debugging simple and complex Z shell scripts

Overview

  • A step-by-step guide that will show you how to use Zsh and its repertoire of powerful features to improve the efficiency of your daily tasks
  • Learn how to configure and use Zsh
  • Discover some advanced features of Zsh such as process and parameter substitution, running on restricted functionality mode, and emulating other shells

In Detail

Zsh has become incredibly popular in recent times and reasonably so; the shell boasts some really great features such as command completion, filename generation, and history sharing among instances of the shell. Learning to use them to your advantage will prove to be really valuable and will save you from lots of tedious and overly-complex tasks.

This hands-on guide will show you how to configure and use Zsh for work and daily tasks. It provides a clear introduction to the more powerful features of the shell such as globbing and completion. This book will help you take advantage of the real power behind the UNIX shell on both desktops and servers through real-world examples.

This book will help you understand the features of Zsh and make it one of the most valuable assets in your toolbox. It will teach you how to use the shell history to look up and edit previously typed entries and take advantage of the line-editor module to speed up your typing and editing of commands. You will be able to create your own completion functions and ensure you never mistype a command or have to look at the manpages again.

You will learn how to define your own aliases and learn about filename generation so you can do more by typing even less. You will also discover the essentials of Zsh and go deeper with its more advanced features. When you are done with this book, your time with the command line will be much more enjoyable and productive.

What you will learn from this book

  • Set up and configure the advanced aspects of Zsh such as process and parameter substitution, running on restricted functionality mode, and emulating other shells, for example, ksh and Bourne
  • Customize the shell prompt to display the information you need
  • Work with the line-editor module to type less and do more
  • Use filename generation, also known as globbing, to work with files and folders
  • Discover programmable completion and never mistype a command or its options again
  • Tame the shell history and use it simultaneously on multiple shells with just a few keystrokes
  • Expand on Zsh's built-in modules and functionality by creating your own functions

Approach

A step-by-step tutorial that will teach you, through real-world examples, how to configure and use Zsh and its various features.

Who this book is written for

If you are a system administrator, developer, or computer professional involved with UNIX who are looking to improve on their daily tasks involving the UNIX shell, "Learning Shell Scripting with Zsh" will be great for you. It's assumed that you have some familiarity with an UNIX command-line interface and feel comfortable with editors such as Emacs or vi.