Shell Scripting Tutorial for Beginners 3 - Read User Input
Read command - The read command allows you to prompt for input and store it in a variable. shell allows to prompt for user input.
Syntax:
read varname [more vars]
or
read –p "prompt" varname [more vars]
words entered by user are assigned to varname and “more vars”
last variable gets rest of input line.
================================
Chapters :-
0:00 intro
0:19 Using Single Variable
2:07 Using Multiple Variables
3:51 Printting string on same line
6:28 Hidding input text
=================================
=====================================
LIKE || COMMENT || SHARE || SUBSCRIBE!!!!!!
=====================================
If There is Anything You Want Me to Cover Then Do Let Me Know.
This Video is For Educational Purposes Only!
I'm Not Responsible For Your Actions!
Download
0 formats
No download links available.
Shell Scripting Tutorial for Beginners 3 - Read User Input | NatokHD