We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
misplaced parenthesis corrected
Remove stray code block delimiter
`mapfile` recipe is bash 4.4+, `-t` was added in it
Updated SC2207 (markdown)
mention lack of simple error handling in mapfile
Note bash temp file and posix mode caveats, add lastpipe recipes
Amend closing parenthesis for explaining "multiple words (separated by spaces)"
Use `IFS=''` for bash3 example
Added a multi-line example that works with Bash 3.x
Created SC2207 (markdown)