Use the Unofficial Bash Strict Mode (Unless You Looove Debugging)
Posted by jpluimers on 2020/04/22
[WayBack] Use the Unofficial Bash Strict Mode (Unless You Looove Debugging):
#!/bin/bash
set -euo pipefail
IFS=$'\n\t'
Explanation in the above post.
–jeroen
Like this:
Like Loading...
Related
This entry was posted on 2020/04/22 at 18:00 and is filed under bash, Development, Scripting, Software Development.
You can follow any responses to this entry through the RSS 2.0 feed.
You can leave a response, or trackback from your own site.
Leave a Reply