Mastering Linux Shell Scripting: A practical guide to Linux command-line, Bash scripting, and Shell programming, 2nd Edition

Mokhtar Ebrahim, Andrew Mallett

  • 出版商: Packt Publishing
  • 出版日期: 2018-04-19
  • 售價: $1,400
  • 貴賓價: 9.5$1,330
  • 語言: 英文
  • 頁數: 284
  • 裝訂: Paperback
  • ISBN: 1788990552
  • ISBN-13: 9781788990554
  • 相關分類: Command LineLinux
  • 立即出貨 (庫存=1)

買這商品的人也買了...

商品描述

Master the complexities of Bash shell scripting and unlock the power of shell for your enterprise

Key Features

  • Identify high-level steps such as verifying user input
  • Using the command line and conditional statements in creating/executing simple shell scripts
  • Create and edit dynamic shell scripts to manage complex and repetitive tasks
  • Leverage the command-line to bypass GUI and automate common tasks

Book Description

In this book, you'll discover everything you need to know to master shell scripting and make informed choices about the elements you employ.

Grab your favorite editor and start writing your best Bash scripts step by step. Get to grips with the fundamentals of creating and running a script in normal mode, and in debug mode. Learn about various conditional statements' code snippets, and realize the power of repetition and loops in your shell script. You will also learn to write complex shell scripts. This book will also deep dive into file system administration, directories, and system administration like networking, process management, user authentications, and package installation and regular expressions. Towards the end of the book, you will learn how to use Python as a BASH Scripting alternative.

By the end of this book, you will know shell scripts at the snap of your fingers and will be able to automate and communicate with your system with keyboard expressions.

What you will learn

  • Make, execute, and debug your first Bash script
  • Create interactive scripts that prompt for user input
  • Foster menu structures for operators with little command-line experience
  • Develop scripts that dynamically edit web configuration files to produce a new virtual host
  • Write scripts that use AWK to search and reports on log files
  • Draft effective scripts using functions as building blocks, reducing maintenance and build time
  • Make informed choices by comparing different script languages such as Python with BASH

Who This Book Is For

If you are a Linux administrator or a system administrator and are interested in automating tasks in your daily lives, saving time and effort, this book is for you. Basic shell scripting and command-line experience will be required. Familiarity with the tasks you need to automate will be helpful.

Table of Contents

  1. What and Why of Scripting with BASH
  2. Creating Interactive Scripts
  3. Conditions attached
  4. Creating Code Snippets
  5. Alternative syntax
  6. Iterating with Loops
  7. Creating Building Blocks with Functions
  8. Introducing sed
  9. Automating Apache Virtual Hosts
  10. AWK Fundamentals
  11. Regular expressions
  12. Summarizing Logs with awk
  13. A Better lastlog with Awk
  14. Using Python as a BASH Scripting Alternative

商品描述(中文翻譯)

掌握Bash shell腳本的複雜性,並為您的企業開啟shell的強大功能

主要特點:
- 確定高層次步驟,例如驗證使用者輸入
- 使用命令行和條件語句創建/執行簡單的shell腳本
- 創建和編輯動態shell腳本以管理複雜和重複的任務
- 利用命令行繞過GUI並自動化常見任務

書籍描述:
在本書中,您將發現一切您需要了解的內容,以掌握shell腳本並對所使用的元素做出明智的選擇。

拿起您最喜歡的編輯器,逐步撰寫您最好的Bash腳本。熟悉在正常模式和調試模式下創建和運行腳本的基礎知識。了解各種條件語句的程式碼片段,並體驗在shell腳本中重複和循環的力量。您還將學習撰寫複雜的shell腳本。本書還將深入探討文件系統管理、目錄和系統管理,如網絡、進程管理、用戶驗證、套件安裝和正則表達式。在本書的最後,您將學習如何使用Python作為BASH腳本的替代方案。

通過本書,您將能夠輕鬆掌握shell腳本,並能夠通過鍵盤表達式自動化和與系統通信。

您將學到的內容:
- 創建、執行和調試您的第一個Bash腳本
- 創建提示用戶輸入的交互式腳本
- 為具有少量命令行經驗的操作員建立菜單結構
- 開發動態編輯網絡配置文件以生成新的虛擬主機的腳本
- 撰寫使用AWK搜索和報告日誌文件的腳本
- 使用函數作為構建塊撰寫有效的腳本,減少維護和構建時間
- 通過比較不同的腳本語言(如Python和BASH)做出明智的選擇

本書適合對於自動化日常任務、節省時間和精力感興趣的Linux管理員或系統管理員。需要基本的shell腳本和命令行經驗。熟悉您需要自動化的任務將會有所幫助。

目錄:
1. BASH腳本的定義和目的
2. 創建交互式腳本
3. 附加條件
4. 創建程式碼片段
5. 替代語法
6. 使用循環迭代
7. 使用函數創建構建塊
8. 介紹sed
9. 自動化Apache虛擬主機
10. AWK基礎知識
11. 正則表達式
12. 使用awk總結日誌
13. 更好的lastlog與Awk
14. 使用Python作為BASH腳本的替代方案