User Tools

Site Tools


sermn_wiki:userpages:marta:reserves_automatiques_manteniment_2022

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
sermn_wiki:userpages:marta:reserves_automatiques_manteniment_2022 [2022/08/23 11:35]
miquel [Debugging BASH]
sermn_wiki:userpages:marta:reserves_automatiques_manteniment_2022 [2022/08/23 19:57] (current)
miquel [Dateutils]
Line 272: Line 272:
  
   * [[https://www.baeldung.com/linux/debug-bash-script | Debugging a Bash Script.]]   * [[https://www.baeldung.com/linux/debug-bash-script | Debugging a Bash Script.]]
 +  * [[https://www.shell-tips.com/bash/debug-script/ | 5 Simple Steps On How To Debug a Bash Shell Script.]]
   * [[https://tldp.org/LDP/abs/html/debugging.html | Chapter 32. Debugging.]] //Advanced Bash-Scripting Guide. An in-depth exploration of the art of shell scripting.// Mendel Cooper, 2014.   * [[https://tldp.org/LDP/abs/html/debugging.html | Chapter 32. Debugging.]] //Advanced Bash-Scripting Guide. An in-depth exploration of the art of shell scripting.// Mendel Cooper, 2014.
 +  * [[https://www.shellcheck.net/ | ShellCheck – shell script analysis tool.]]
 +    * [[https://github.com/koalaman/shellcheck | GitHub - koalaman/shellcheck: ShellCheck, a static analysis tool for shell scripts.]]
 +  * [[https://google.github.io/styleguide/shellguide.html | Google Shell Style Guide.]] Revision 2.02. Authored, revised and maintained by many Googlers.
 +    * [[https://unix.stackexchange.com/questions/449498/call-function-declared-below | call function declared below.]] :info: check recommnendations about ''main "$@"; exit'' and ''<nowiki>[[ ${BASH_SOURCE[0]} = "$0" ]]</nowiki> && Main "$@"''.
 +
 +
 ==== Dateutils ==== ==== Dateutils ====
  
   * [[http://www.fresse.org/dateutils/ | Dateutils]] are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.   * [[http://www.fresse.org/dateutils/ | Dateutils]] are a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.
-  * [[https://github.com/hroptatyr/dateutils | GitHub - hroptatyr/dateutils:]] nifty command line date and time utilities; fast date calculations and conversion in the shell.+    * [[https://github.com/hroptatyr/dateutils | GitHub - hroptatyr/dateutils:]] nifty command line date and time utilities; fast date calculations and conversion in the shell.
   * [[https://packages.debian.org/search?searchon=names&keywords=dateutils | Debian -- Package Search Results -- dateutils.]]   * [[https://packages.debian.org/search?searchon=names&keywords=dateutils | Debian -- Package Search Results -- dateutils.]]
  
sermn_wiki/userpages/marta/reserves_automatiques_manteniment_2022.1661247342.txt.gz · Last modified: 2022/08/23 11:35 by miquel