Sh Scripting Cheat Sheet - #!/bin/bash echo what is your name? read name. To do that in bash you need to add the # symbol at the beginning of the line. Echo hi there $name echo welcome to devdojo! comments. Echo hi there $name user input.
Echo hi there $name echo welcome to devdojo! comments. To do that in bash you need to add the # symbol at the beginning of the line. #!/bin/bash echo what is your name? read name. Echo hi there $name user input.