发布于 2016-09-17 00:51:33 | 98 次阅读 | 评论: 0 | 来源: 网友投递

这里有新鲜出炉的精品教程,程序狗速度看过来!

Bash Linux SHELL

bash 是一个为GNU项目编写的Unix shell。它的名字是一系列缩写:Bourne-Again SHell — 这是关于Bourne shell(sh)的一个双关语(Bourne again / born again)。Bourne shell是一个早期的重要shell,由Stephen Bourne在1978年前后编写,并同Version 7 Unix一起发布。bash则在1987年由Brian Fox创造。在1990年,Chet Ramey成为了主要的维护者。


GNU Bourne Again SHell (Bash)项目团队宣布Bash4.4正式发行。这次发行修复了大量Bug以及增加大量的新特性。最显著的更新是映射文件可随意使用记录分隔符。其他更新内容如下:

  • a --help option available for nearly all builtins; 

  • a new family of ${parameter@spec} expansions that transform the value of `parameter';

  •  the `local' builtin's ability to save and restore the state of the single-letter shell option flags around function calls;

  •  a new EXECIGNORE variable, which adds the ability to specify names that should be ignored when searching for commands; and the beginning of an SDK for loadable builtins, which consists of a set of headers and a Makefile fragment that can be included in projects wishing to build their own loadable builtins, augmented by support for a BASH_LOADABLES_PATH variable that defines a search path for builtins loaded with `enable -f'. 

  • The existing loadable builtin examples are now installed by default with `make install'."

除了Bash4.4的发布,与之相关的Readline command-line editing library也发布了Readline 7.0,更新内容较多,可点击发行说明查看完整内容。

下载地址:



历史版本 :
Bash 4.4 和 Readline 7.0 发布,修复大量Bug
最新网友评论  共有(0)条评论 发布评论 返回顶部

Copyright © 2007-2017 PHPERZ.COM All Rights Reserved   冀ICP备14009818号  版权声明  广告服务