- Bash Cookbook
- Ron Brash Ganesh Naik
- 133字
- 2021-07-23 19:17:28
Crash Course in Bash
The primary purpose of this chapter is to give you enough knowledge about the Linux shell/Bash to get you up and running, as that the remainder of the book will just fall into place.
In this chapter, we will cover the following topics:
- Getting started with Bash and CLI fundamentals
- Creating and using basic variables
- Hidden Bash variables and reserved words
- Conditional logic using if, else, and elseif
- Case/switch statements and loop constructs
- Using functions and parameters
- Including source files
- Parsing program input parameters
- Standard in, standard out, and standard error
- Linking commands using pipes
- Finding more information about the commands used within Bash
This chapter will set you up with the basic knowledge needed to complete the recipes in the remaining chapters of the book.
推薦閱讀
- Python概率統(tǒng)計
- Learning Real-time Processing with Spark Streaming
- C# Programming Cookbook
- Hands-On Image Processing with Python
- Flask Web開發(fā)入門、進階與實戰(zhàn)
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程
- VSTO開發(fā)入門教程
- 基于免疫進化的算法及應(yīng)用研究
- Amazon S3 Cookbook
- Learning Apache Kafka(Second Edition)
- 深入淺出RxJS
- Java編程技術(shù)與項目實戰(zhàn)(第2版)
- Apache Spark 2.x for Java Developers
- Spring Boot實戰(zhàn)
- Java高并發(fā)編程詳解:深入理解并發(fā)核心庫