- Bash Quick Start Guide
- Tom Ryder
- 157字
- 2021-07-23 16:58:54
Do I need Bash?
If you know you will have Bash available on the systems where your shell script will run, you should use it! Its features make programming in shell script easier and safer, and it is by far the most popular kind of shell script, with many people reading and writing it. Many people think that Bash is the only kind of shell script.
Even if your shell script is simple today, you might need to add more to it tomorrow, and a Bash feature might be exactly the thing you need at that time.
However, if your shell script might need to run on a system where Bash may not be installed and cannot be installed for your script, then you may need to limit yourself to the POSIX shell features. Check your system's documentation to determine what style of shell script you will have to write in order for your script to run.
- 過程控制工程及仿真
- Practical Ansible 2
- PowerShell 3.0 Advanced Administration Handbook
- Getting Started with MariaDB
- Mastering Salesforce CRM Administration
- 流處理器研究與設計
- 自動生產線的拆裝與調試
- 大型數據庫管理系統技術、應用與實例分析:SQL Server 2005
- Photoshop CS3圖層、通道、蒙版深度剖析寶典
- ESP8266 Home Automation Projects
- Linux服務與安全管理
- Mastering OpenStack(Second Edition)
- 計算智能算法及其生產調度應用
- Data Analysis with R(Second Edition)
- 基于元胞自動機的人群疏散系統建模與分析