Differences
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:30] – [Links] rpjday | unix_shell_programming_pt2092 [2019/06/02 15:31] (current) – [Examine] rpjday | ||
---|---|---|---|
Line 1: | Line 1: | ||
===== Links ===== | ===== Links ===== | ||
+ | |||
+ | General: | ||
* [[https:// | * [[https:// | ||
Line 5: | Line 7: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | Bashisms and syntactic analysis: | ||
+ | |||
+ | * [[https:// | ||
+ | * Fedora " | ||
+ | * Fedora " | ||
+ | * [[https:// | ||
- | ===== Examine ===== | + | ===== Examine/ |
* print/ | * print/ | ||
* restricted shell (bash -r) | * restricted shell (bash -r) | ||
- | * [[https:// | ||
* ORA shell book | * ORA shell book | ||
* ShellCheck | * ShellCheck | ||
* shell debugger | * shell debugger | ||
+ | * shopt | ||
+ | * export aliases (alias -x) | ||
+ | * mktemp |