azet/community_bash_style_guide

bash Style Or POSIX Shell Style?

ldo opened this issue · 1 comments

ldo commented

Is this a style guide specific to bash, or is it for POSIX shells generally? Many of the tips seem to be bash-specific (e.g. use built-in expressions instead of expr), but then you say don’t use backticks because they may not work with some non-bash shell.

Maybe separate out the bash-specific tips from the non-bash-specific ones?

azet commented

it says community bash style guide, does that answer your question? :)