- Learning Linux Shell Scripting
- Ganesh Sanjiv Naik
- 110字
- 2021-08-20 10:44:26
Comparison of shells
Initially, the UNIX OS used a shell program called Bourne Shell. Then eventually, many more shell programs were developed for different flavors of UNIX. The following is brief information about different shells:
- Sh—Bourne Shell
- Csh—C Shell
- Ksh—Korn Shell
- Tcsh—enhanced C Shell
- Bash—GNU Bourne Again Shell
- Zsh—extension to Bash, Ksh, and Tcsh
- Pdksh—extension to KSH
A brief comparison of various shells is presented in the following table:

What we see here is that, generally, the syntax of all these shells is 95% similar. In this book, we are going to follow Bash shell programming.
推薦閱讀
- 機器學習系統:設計和實現
- C#編程入門指南(上下冊)
- PyTorch Artificial Intelligence Fundamentals
- 數據結構與算法JavaScript描述
- Scratch真好玩:教小孩學編程
- 面向對象程序設計(Java版)
- Java高并發核心編程(卷1):NIO、Netty、Redis、ZooKeeper
- Flowable流程引擎實戰
- Building Serverless Architectures
- Kotlin Programming By Example
- HTML+CSS+JavaScript網頁制作:從入門到精通(第4版)
- 黑莓(BlackBerry)開發從入門到精通
- Java 11 and 12:New Features
- Java EE輕量級解決方案:S2SH
- 零基礎學Java(第5版)