mirror of
https://github.com/xmengnet/the-art-of-command-line.git
synced 2024-12-24 03:36:29 +08:00
Tweak language for #389.
This commit is contained in:
parent
cf68470ab2
commit
90540dcaa8
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ These are items relevant *only* on OS X.
|
|||
- [Strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) for writing better shell scripts.
|
||||
- [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.
|
||||
- [Data Science at the Command Line](http://datascienceatthecommandline.com/#tools): Creating Data Science pipelines within the commandline
|
||||
- [Data Science at the Command Line](http://datascienceatthecommandline.com/#tools): More commands and tools helpful for doing data science, from the book of the same name
|
||||
|
||||
## Disclaimer
|
||||
|
||||
|
|
Loading…
Reference in a new issue