- 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.
推薦閱讀
- SOA實踐
- 密碼學原理與Java實現
- Microsoft Dynamics 365 Extensions Cookbook
- Raspberry Pi Networking Cookbook(Second Edition)
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Practical DevOps
- TypeScript實戰指南
- Data Analysis with Stata
- 智能搜索和推薦系統:原理、算法與應用
- Visual Studio 2015高級編程(第6版)
- GameMaker Essentials
- Android Game Programming by Example
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- Jakarta EE Cookbook
- C語言程序設計