junxnone / xwiki

https://junxnone.github.io/xwiki/
0 stars 0 forks source link

Programing Shell #79

Open junxnone opened 5 years ago

junxnone commented 5 years ago

Shell

各种各样的 Shell

Shell Name Author Description
bash Brian Fox & Chet Ramey Linux默认shell
BourneAgain Shell 缩写
sh Steve Bourne Bourne Shell缩写,Unix 默认 shell
ash
csh - C Shell Bill Joy - 1970s
ksh - Korn Shell David Korn - 贝尔实验室
zsh
tcsh
Fish
Ion Shell
Dash
Eshell
rc Shell
Elvish

Shell 常用工具

Tips

Tips cmd

echo 不换行输出 echo -n "xxx"

Reference

junxnone commented 4 years ago

TO-DO