We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Typo
Don't use pipe to replace here-string bash executes the RHS in a subshell so will break read expressions
SC2039: Link SC3026 "^ in place of !" earlier pointed here
Add entry on disown vs nohup
Updated SC2039 (markdown)
Add note on signal prefices
Add Heredoc section
Add "Redirect both stdout and stderr"
Change equality example to use `=` instead of `-eq` as `-eq` is for numbers only
Add example for testing equality
Added explanation for jobs flags (issue #1429), with some portable alternatives
substring expansion
Add GNU libtool impl
Use triple backticks rather than indenting for code.
Added proposed printf %q