同步阅读进度,多语言翻译,过滤屏幕蓝光,评论分享,更多完整功能,更好读书体验,试试 阅读 ‧ 电子书库
Code Examples
This book is full of examples of shell commands and programs designed to be useful in your everyday life as a user, not just to illustrate the feature being explained. In Chapter 4 and onwards, we include various programming problems, which we call tasks, that illustrate particular shell programming concepts. Some tasks have solutions that are refined in subsequent chapters. The later chapters also include programming exercises, many of which build on the tasks in the chapter.
Feel free to use any code you see in this book and to pass it along to friends and colleagues. We especially encourage you to modify and enhance it yourself.
If you want to try examples but you don't use bash as your login shell, you must put the following line at the top of each shell script:
#!/bin/bash
If bash isn't installed as the file /bin/bash, substitute its pathname in the above.
请支持我们,让我们可以支付服务器费用。
使用微信支付打赏
