diff --git a/bash.md b/bash.md new file mode 100644 index 0000000..8919528 --- /dev/null +++ b/bash.md @@ -0,0 +1,11 @@ +# Bash + +### Bash Tips +- http://redsymbol.net/articles/unofficial-bash-strict-mode/ +- http://redsymbol.net/articles/bash-exit-traps/ +- http://unix.stackexchange.com/questions/97101/how-to-catch-an-error-in-a-linux-bash-script +- https://www.gnu.org/software/bash/manual/html_node/Command-Grouping.html +- https://www.vidarholen.net/contents/blog/?p=178 +- http://www.linuxjournal.com/content/bash-sub-shells +- https://stelfox.net/blog/2013/11/fail-fast-in-bash-scripts/ +- http://rockhopper.monmouth.edu/cs/jchung/cs370/cs_370_-_subshells_and_parallel_processing