From 8697555125c57ae64a0c9b78514b4aac4fd523de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 27 Jun 2023 14:50:20 +0200 Subject: Massive formatting and added figcaption --- content/notes/easy-time-took-in-bash.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'content/notes/easy-time-took-in-bash.md') 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 tags: [bash] --- -In 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. +In 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. ```bash #!/bin/bash -- cgit v1.2.3