aboutsummaryrefslogtreecommitdiff
path: root/content/notes
diff options
context:
space:
mode:
Diffstat (limited to 'content/notes')
-rw-r--r--content/notes/easy-time-took-in-bash.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/notes/easy-time-took-in-bash.md b/content/notes/easy-time-took-in-bash.md
index e4a9bd2..b65c090 100644
--- a/content/notes/easy-time-took-in-bash.md
+++ b/content/notes/easy-time-took-in-bash.md
@@ -7,7 +7,7 @@ draft: false
7tags: [bash] 7tags: [bash]
8--- 8---
9 9
10In Bash, the $SECONDS variable is a special variable that automatically keeps track of the number of seconds since the current shell or script started executing. It starts counting from the moment the script begins running. 10In Bash, the `$SECONDS` variable is a special variable that automatically keeps track of the number of seconds since the current shell or script started executing. It starts counting from the moment the script begins running.
11 11
12```bash 12```bash
13#!/bin/bash 13#!/bin/bash