This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#[task ---> 1 : Comments] | |
#This is the comment on the day 1 of 'TWS BashBlaze Challenge' | |
#[task ---> 2 : Echo ] | |
#this is echo command for showing the message in the double string | |
#(!/bin/bash) when used in scripts is used to instruct the operating system to use bash as a command interpreter. | |
#Each of the systems has its own shells which the system will use to execute its own system scripts. |