Issues
- 6
Use curly braces for all variable references
#24 opened by nikolay - 11
Tabs are not evil!
#23 opened by nikolay - 1
- 2
Google's Bash styleguide link is broken
#45 opened by abousselmi - 0
Coverage
#49 opened by francescobianco - 0
Add license information
#48 opened by steigr - 0
Article reference link appears broken.
#47 opened by bwinter - 0
[discuss] Suffix all bash scripts with .sh
#46 opened by 27Bslash6 - 2
Example of "This can be queried/extracted with a simple function using reflection."
#43 opened by eedrah - 3
Mention shellcheck
#32 opened by stuartpb - 7
Guidance on documenting functions
#36 opened by shazow - 2
Tracing and Debugging
#31 opened by stuartpb - 2
- 7
- 1
Ownership and modes
#30 opened by stuartpb - 3
Using defaults and "${VAR:?}"
#29 opened by stuartpb - 2
- 18
Serializing with "$(printf %q "$VARIABLE")"
#20 opened by stuartpb - 1
Locale independence
#27 opened by stuartpb - 5
Use `command -v` instead of `which` &c
#26 opened by stuartpb - 5
- 2
- 5
- 1
Namespacing / environmental consciousness; and, when to use args and when to use vars
#14 opened by stuartpb - 3
- 1
- 1
Fully-qualified paths
#19 opened by stuartpb - 9
- 1
Google's Shell Styleguide
#7 opened by leoj3n - 1
Shellcheck utility reference
#3 opened by sgoings - 1
Bash Unit Testing
#2 opened by sgoings - 2
Shell linter
#5 opened by josegonzalez - 3
maintain in bpkg ?
#6 opened by jwerle - 5
When, and how, to use xargs
#17 opened by stuartpb - 2
posix shell instead of bash?
#11 opened by inthecloud247 - 3
`if expr` vs `if [[ expr ]]`?
#1 opened by shazow - 1
Bash Profiler
#8 opened by dougborg - 2
.bash_profile tips
#9 opened by zanona