Comments on: 3- BASH Scripting – Basic scripting & using variables in script https://linuxtechlab.com/3-bash-basic-script-variables/ Linux Devops Tutorial, Scripting tutorials, how to's , Tips & Tricks Tue, 05 Jun 2018 08:52:16 +0000 hourly 1 By: vijay https://linuxtechlab.com/3-bash-basic-script-variables/comment-page-1/#comment-559 Fri, 04 May 2018 01:42:29 +0000 https://linuxtechlab.com/?p=240#comment-559 This blogs helps to understand basic unix script.

]]>
By: tom https://linuxtechlab.com/3-bash-basic-script-variables/comment-page-1/#comment-540 Thu, 05 Apr 2018 05:00:06 +0000 https://linuxtechlab.com/?p=240#comment-540 i love to do bash scripting after reading this. thank you for posting

]]>
By: Shusain https://linuxtechlab.com/3-bash-basic-script-variables/comment-page-1/#comment-364 Sun, 11 Feb 2018 12:55:11 +0000 https://linuxtechlab.com/?p=240#comment-364 In reply to marcodellav.

Nice catch, updated it.

]]>
By: marcodellav https://linuxtechlab.com/3-bash-basic-script-variables/comment-page-1/#comment-362 Fri, 09 Feb 2018 15:02:05 +0000 https://linuxtechlab.com/?p=240#comment-362 Hi, thanks for the great tutorial(s).
One question: on the last example script above, shouldn’t this line

date=$(date +%y%m%d)

be

today=$(date +%y%m%d)

I am new to scripting, so forgive me if I’m wrong!

]]>