mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 03:56:28 +08:00
+ others source
This commit is contained in:
parent
a15102dfd1
commit
52bd821a2f
1 changed files with 6 additions and 0 deletions
|
@ -325,6 +325,12 @@
|
|||
|
||||
##Інші-джерела
|
||||
|
||||
- [awesome-shell](https://github.com/alebcay/awesome-shell): Розширює Shell.
|
||||
- [Strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) щоб краще писати Shell скрипти.
|
||||
- [shellcheck](https://github.com/koalaman/shellcheck): A shell script static analysis tool. Essentially, lint for bash/sh/zsh.
|
||||
- [Filenames and Pathnames in Shell](http://www.dwheeler.com/essays/filenames-in-shell.html): The sadly complex minutiae on how to handle filenames correctly in shell scripts.
|
||||
|
||||
|
||||
##Декламація
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue