From 10d854ef44b11c2e2dbbf35316b52fa171f91bd9 Mon Sep 17 00:00:00 2001 From: Igor Veksler Date: Wed, 2 Mar 2016 19:28:18 -0600 Subject: [PATCH] add "Data Science at the Commande Line" link to More Resources --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4324ab..80a0b81 100644 --- a/README.md +++ b/README.md @@ -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 ## Disclaimer