Welcome To Mastering Bash Shell Scripting Course.
In this video i will be covering the following basic script:
-----------------------------------------------------------------------------------------------------
#!/bin/bash
echo -n "What is Your Name?"
read USER_INPUT
echo "Hello $USER_INPUT, Welcome to Bash Shell Scripting Course"
-----------------------------------------------------------------------------------------------------
#shellscripting #bashscripting #acomputerguru #linux_tutorial #linuxadministration #linux #ubuntu