- Bash Cookbook
- Ron Brash Ganesh Naik
- 193字
- 2021-07-23 19:17:26
Preface
In this book, we are writing a variety of scripts using Bash, or the Bourne Again Shell. They range from simple to more complex and handy utilities or programs. Currently, Bash is the default shell used by most GNU/Linux distributions and is used ubiquitously within the Linux Terminal. It can be used for any number of tasks and is flexible across the Linux/Unix ecosystem. In other words, a user familiar with Bash and the Linux CLI can install it themselves on almost any other Linux system and perform similar tasks with a negligible amount of alterations (if any are required at all). Bash scripts can also still work with few dependencies on other software installed, and on a very lean system (minimal installation), a user can still write a powerful script to automate tasks or assist with repeated task execution.
This cookbook focuses entirely on Bash usage in an Ubuntu environment, a very common Linux distribution, but it should be portable to other distributions with relative ease. This book is not written for direct usage on Apple or Windows OSes even though it is possible to port elements over to them.
- 深入理解Bootstrap
- Java 開發(fā)從入門到精通(第2版)
- 自制編譯器
- Java程序設(shè)計:原理與范例
- Haxe Game Development Essentials
- Python High Performance Programming
- Learning R for Geospatial Analysis
- PHP從入門到精通(第4版)(軟件開發(fā)視頻大講堂)
- C和C++游戲趣味編程
- 動手學(xué)數(shù)據(jù)結(jié)構(gòu)與算法
- Access 2010中文版項目教程
- 編寫高質(zhì)量代碼:改善Objective-C程序的61個建議
- 代替VBA!用Python輕松實現(xiàn)Excel編程
- IoT Projects with Bluetooth Low Energy
- Elasticsearch Blueprints