跳转到内容

Z Shell:修订间差异

来自天明的百科全书
Ztm0929留言 | 贡献
创建页面,内容为“'''''Zsh''''' is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of ''bash'', ''ksh'', and ''tcsh'' were incorporated into zsh; many original features were added. https://zsh.sourceforge.io/ 分类:开源项目
 
Ztm0929留言 | 贡献
无编辑摘要
 
(未显示同一用户的2个中间版本)
第1行: 第1行:
'''''Zsh''''' is a [[shell]] designed for interactive use, although it is also a powerful scripting language. Many of the useful features of ''[[bash]]'', ''ksh'', and ''tcsh'' were incorporated into zsh; many original features were added.
'''''Zsh''''' is a [[shell]] designed for interactive use, although it is also a powerful scripting language. Many of the useful features of ''[[bash]]'', ''ksh'', and ''tcsh'' were incorporated into zsh; many original features were added.
zsh常被认为是[[bash]]的替代品。


https://zsh.sourceforge.io/
https://zsh.sourceforge.io/
== 常用命令 ==
<code>$ zsh --version 查看当前版本</code>
== 另请参阅 ==
* https://zsh.sourceforge.io/Doc/
* https://zh.wikipedia.org/wiki/Z_shell
* {{使用搜索引擎搜索}}
[[分类:开源项目]]
[[分类:开源项目]]

2025年12月3日 (三) 19:52的最新版本

Zsh is a shell designed for interactive use, although it is also a powerful scripting language. Many of the useful features of bash, ksh, and tcsh were incorporated into zsh; many original features were added.

zsh常被认为是bash的替代品。

https://zsh.sourceforge.io/

常用命令

$ zsh --version 查看当前版本

另请参阅