From 93746b409e839f39581f397b00422e5b76853b07 Mon Sep 17 00:00:00 2001 From: Joshua Levy Date: Mon, 10 Aug 2015 20:47:10 -0700 Subject: [PATCH] Link on filenames handling. Thanks to @mator. Fixes #71. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ac3b60..10ea84e 100644 --- a/README.md +++ b/README.md @@ -475,7 +475,8 @@ These are items relevant *only* on MacOS. - [awesome-shell](https://github.com/alebcay/awesome-shell): A curated list of shell tools and resources. - [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. +- [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. ## Disclaimer