This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
unix_shell_programming_pt2092 [2019/06/02 11:42] rpjday [Links] |
unix_shell_programming_pt2092 [2019/06/02 15:31] rpjday [Examine] |
||
---|---|---|---|
Line 7: | Line 7: | ||
* [[https://wiki.ubuntu.com/DashAsBinSh|DashAsBinSh]] | * [[https://wiki.ubuntu.com/DashAsBinSh|DashAsBinSh]] | ||
* [[https://www.gnu.org/software/bash/manual/html_node/Bash-POSIX-Mode.html|Bash POSIX Mode]] | * [[https://www.gnu.org/software/bash/manual/html_node/Bash-POSIX-Mode.html|Bash POSIX Mode]] | ||
+ | * [[https://www.protechtraining.com/h4322s-posix-shell-programming-pt8275|ProTech H4322S POSIX Shell programming]] | ||
Bashisms and syntactic analysis: | Bashisms and syntactic analysis: | ||
Line 13: | Line 14: | ||
* Fedora "devscripts-checkbashisms" package. | * Fedora "devscripts-checkbashisms" package. | ||
* Fedora "ShellCheck" package | * Fedora "ShellCheck" package | ||
+ | * [[https://www.cyberciti.biz/faq/turn-on-or-off-color-syntax-highlighting-in-vi-or-vim/|vim syntax highlighting]] | ||
- | ===== Examine ===== | + | ===== Examine/cover ===== |
* print/printf | * print/printf | ||
Line 21: | Line 23: | ||
* ShellCheck | * ShellCheck | ||
* shell debugger | * shell debugger | ||
+ | * shopt | ||
+ | * export aliases (alias -x) | ||
+ | * mktemp |