diff options
author | Bryan Newbold <bnewbold@archive.org> | 2019-05-19 22:09:45 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2019-05-19 22:10:28 -0700 |
commit | 2f4bae6458b40e30b353743d21151dcf3aa346a3 (patch) | |
tree | 5939cae4aa3c2705ff3ea54464bceaeb93804018 | |
parent | 8c51b17ef7176de9ca7afdb5f1d51dd3905ba555 (diff) | |
download | knowledge-2f4bae6458b40e30b353743d21151dcf3aa346a3.tar.gz knowledge-2f4bae6458b40e30b353743d21151dcf3aa346a3.zip |
another bash reference
-rw-r--r-- | software/bash.page | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/software/bash.page b/software/bash.page index 0d5325b..5d82fdc 100644 --- a/software/bash.page +++ b/software/bash.page @@ -37,6 +37,8 @@ Note that `join`, `grep`, and others sometimes exit non-zero return codes on purpose (eg, pipe input closed or found no matches, as expected), which makes life difficult. Sometimes `|| true` is enough to get around this. +More on this: <http://redsymbol.net/articles/unofficial-bash-strict-mode/> + ## General Style Google has a style guide: https://google.github.io/styleguide/shell.xml |