- Bash Quick Start Guide
- Tom Ryder
- 122字
- 2021-07-23 16:58:58
Essential Commands
In this chapter, we'll be going through some of the commands essential for good Bash scripting. Bash programming, and shell script programming in general, is different from most other programming languages because it is designed to run other programs, mixing the commands it provides with commands installed on the local system.
It may seem strange that in a Bash book, we would spend half a chapter explaining how to use commands that are neither part of Bash, nor written in the Bash language! The reason we do this is that most useful Bash scripts will use several of these external commands to do their work, particularly to do things that in the Bash language are difficult, awkward, or even impossible.
推薦閱讀
- 大數據戰爭:人工智能時代不能不說的事
- OpenStack for Architects
- Getting Started with Oracle SOA B2B Integration:A Hands-On Tutorial
- 計算機應用基礎·基礎模塊
- Getting Started with MariaDB
- 21天學通C++
- 菜鳥起飛系統安裝與重裝
- 智能生產線的重構方法
- 人工智能技術入門
- INSTANT Munin Plugin Starter
- Mastering OpenStack(Second Edition)
- 無人駕駛感知智能
- 設計模式
- PostgreSQL 10 High Performance
- JSP通用范例開發金典