Temp

7805 bookmarks
Custom sorting
Working with Arrays in Linux Shell
Working with Arrays in Linux Shell
One necessity is dealing with Arrays as a data structure in any kind of language or interpreter. The Linux Documentation Project has lots of documentation, but lacks IMHO concise and straightforward…
·blog.mimacom.com·
Working with Arrays in Linux Shell
How to Write Scripts for zsh | Linux Today
How to Write Scripts for zsh | Linux Today
One especially impressive feature of zsh is its context-sensitive completion system. With zsh, you can use the tab key to complete file names, command flags, shell variable names, and even scripting language syntax.
·linuxtoday.com·
How to Write Scripts for zsh | Linux Today
bash学习之八:shell expansion(shell扩展)_雨轩学院的博客-CSDN博客_shell expansion
bash学习之八:shell expansion(shell扩展)_雨轩学院的博客-CSDN博客_shell expansion
shell扩展是个大话题,主要有以下几种扩展: 1、brace expansion(花括号扩展); 2、tilde expansion(代字符号扩展); 3、parameter expansion(参量扩展); 4、variable expansion(变量扩展); 5、command substitution(命令替换); 6、arithmetic expansion(算术扩展);
·blog.csdn.net·
bash学习之八:shell expansion(shell扩展)_雨轩学院的博客-CSDN博客_shell expansion