- 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.
- 現代測控系統典型應用實例
- Spark編程基礎(Scala版)
- 樂高機器人EV3設計指南:創造者的搭建邏輯
- 計算機控制技術
- PyTorch深度學習實戰
- 網絡綜合布線技術
- iClone 4.31 3D Animation Beginner's Guide
- 21天學通Java
- 網絡組建與互聯
- 水晶石精粹:3ds max & ZBrush三維數字靜幀藝術
- Docker High Performance(Second Edition)
- 具比例時滯遞歸神經網絡的穩定性及其仿真與應用
- 統計挖掘與機器學習:大數據預測建模和分析技術(原書第3版)
- Mastering Geospatial Analysis with Python
- Access 2007數據庫入門與實例應用金典