aboutsummaryrefslogtreecommitdiff
path: root/content/notes/easy-time-took-in-bash.md
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2023-06-27 14:50:20 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2023-06-27 14:50:20 +0200
commit8697555125c57ae64a0c9b78514b4aac4fd523de (patch)
treea699df53a7c35a4425f30bca86982c4341f6de40 /content/notes/easy-time-took-in-bash.md
parent33b2615a5038bc85036081e8b5e0da8584d88097 (diff)
downloadmitjafelicijan.com-8697555125c57ae64a0c9b78514b4aac4fd523de.tar.gz
Massive formatting and added figcaption
Diffstat (limited to 'content/notes/easy-time-took-in-bash.md')
-rw-r--r--content/notes/easy-time-took-in-bash.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/notes/easy-time-took-in-bash.md b/content/notes/easy-time-took-in-bash.md
index b65c090..e20e881 100644
--- a/content/notes/easy-time-took-in-bash.md
+++ b/content/notes/easy-time-took-in-bash.md
@@ -7,7 +7,9 @@ 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
11track of the number of seconds since the current shell or script started
12executing. It starts counting from the moment the script begins running.
11 13
12```bash 14```bash
13#!/bin/bash 15#!/bin/bash