Bash Shell Scripting for Beginners - 06: Accepting an INPUT from the User | Hands On Demo

Опубликовано: 30 Сентябрь 2024
на канале: A Computer Guru
91
1

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