万本电子书0元读

万本电子书0元读

顶部广告

Learning Shell Scripting with Zsh电子书

售       价:¥

10人正在读 | 0人评论 9.8

作       者:Gastón Festari

出  版  社:Packt Publishing

出版时间:2014-01-15

字       数:85.9万

所属分类: 进口书 > 外文原版书 > 电脑/网络

温馨提示:数字商品不支持退换货,不提供源文件,不支持导出打印

为你推荐

  • 读书简介
  • 目录
  • 累计评论(0条)
  • 读书简介
  • 目录
  • 累计评论(0条)
A stepbystep tutorial that will teach you, through realworld examples, how to configure and use zsh and its various features. 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 commandline interface and feel comfortable with editors such as Emacs or vi.
目录展开

Learning Shell Scripting with Zsh

Table of Contents

Learning Shell Scripting with Zsh

Credits

About the Author

About the Reviewers

www.PacktPub.com

Support files, eBooks, discount offers and more

Why Subscribe?

Free Access for Packt account holders

Preface

What this book covers

What you need for this book

Who this book is for

Conventions

Reader feedback

Customer support

Downloading the example code

Errata

Piracy

Questions

1. Getting Started

Installing zsh

Installing on Linux

Installing on OS X

Compiling from source

First run

Making zsh your login shell

Shell options

The startup files

The shell prompt

The prompt command

Customizing the prompt

Using escape sequences

Shell state options

Login information options

Directory options

Date and time options

Text formatting options

Conditional expressions

Putting it all together

Summary

2. Alias and History

Working with aliases

Quoting characters

Single and double quoting aliases

Global aliases

Hashes

Putting it all together

Expansion

Parameter expansion

Command substitution

Arithmetic expansion

Brace expansion

Working with history

History expansion

History substitution

More useful options

Summary

3. Advanced Editing

Zsh line editor

Getting to know ZLE

Working with keymaps

Basic editing

Going back and forth with words

Yanking and transposing text

Revisiting history

Advanced editing

ZLE-related options

Defining your own keymaps

Don't call them widgets

Defining your own widgets

Special variables

Your first function

Working with regions

Multiline editing

Putting it all together

Summary

4. Globbing

Quoting your strings

Double quotes

Getting started with Globbing

Globbing with the stars

Questions for any single character

Brackets for a sequence of characters

Using safer ranges on your scripts

Avoiding characters

Handling mismatches

Extended Globbing

Special patterns

Recursive searching

Alternate patterns

Numeric ranges

Revisiting the caret operator

The tilde operator

Glob qualifiers

Timestamp qualifiers

File size qualifiers

The zmv function

Summary

5. Completion

Getting started with completion

Getting assertive with zstyle

Command correction

Completers

Ignoring matches

Function definitions

The path of the function

Summary

6. Tips and Tricks

Main resources

Helping tips

Directory substitution

Magic space

Random numbers

zcalc

Change and list directory contents

Finding your path through commands

Other projects

zsh-lovers

zsh-users

oh-my-zsh

Prezto

Explain Shell

Your dotfiles

Summary

Index

累计评论(0条) 0个书友正在讨论这本书 发表评论

发表评论

发表评论,分享你的想法吧!

买过这本书的人还买过

读了这本书的人还在读

回顶部