shell
dzhshf
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Informative git prompt for bash and fish
转: https://github.com/magicmonty/bash-git-prompt/blob/master/README.mdInformative git prompt for bash and fishThis prompt is a port of the “Informative git prompt for zsh” which you can find he...转载 2018-08-11 17:19:33 · 444 阅读 · 0 评论 -
shell中$(( )) 与 $( ) 还有${ }的区别
转:http://blog.chinaunix.net/uid-14351756-id-2820651.html$( ) 与 ` ` (反引号)在 bash shell 中,$( ) 与 ` ` (反引号) 都是用来做命令替换用(command substitution)的。所谓的命令替换与我们第五章学过的变量替换差不多,都是用来重组命令行:* 完成引号里的命令行,然后将其结果替换出来...转载 2018-08-08 10:58:40 · 534 阅读 · 0 评论
分享