- 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.
- 21小時學通AutoCAD
- 3D Printing with RepRap Cookbook
- Python Artificial Intelligence Projects for Beginners
- R Machine Learning By Example
- 網絡綜合布線技術
- 大學計算機應用基礎
- 大數據時代
- AI的25種可能
- Ansible 2 Cloud Automation Cookbook
- 數據要素:全球經濟社會發展的新動力
- 自適應學習:人工智能時代的教育革命
- Deep Learning Essentials
- Learning iOS 8 for Enterprise
- Flink內核原理與實現
- Cisco UCS Cookbook