From 9a233922566ba5d89f3cd6d45c114fd8ae00fa40 Mon Sep 17 00:00:00 2001 From: Hong Date: Fri, 12 Jan 2024 14:48:47 +0000 Subject: [PATCH] Update docs --- docs/Linux_distribution/shell/bash/bash.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Linux_distribution/shell/bash/bash.md b/docs/Linux_distribution/shell/bash/bash.md index 3e6fbe6..671ed8a 100644 --- a/docs/Linux_distribution/shell/bash/bash.md +++ b/docs/Linux_distribution/shell/bash/bash.md @@ -2,6 +2,8 @@ ## learning resources +* [Learning the Shell](http://linuxcommand.org/lc3_learning_the_shell.php) +* [How to add a timestamp to bash script log?](https://serverfault.com/questions/310098/how-to-add-a-timestamp-to-bash-script-log) * [Bash Reference Manual](https://www.gnu.org/software/bash/manual/bash.html) * [Reserved-Words](https://www.gnu.org/software/bash/manual/bash.html#Reserved-Words) * [Conditional Constructs](https://www.gnu.org/software/bash/manual/bash.html#Conditional-Constructs)