Comments on Shell Scripting Part 2: Accepting Inputs and Performing Shell Arithmetic
This article is the second part of the Howtoforge shell scripting tutorial series. By this time, I assume that you have read the first part of the series and know how to create a simple script and execute it. In the second part, you will learn how accept inputs from the user and process them through shell scripting.
7 Comment(s)
Comments
Excellent tutorial, even I can follow it and enjoy learning.
Can't wait to see next lessons.. :D
It's very comfortable to read this tutorial.
Simple and effective tutorial. Thanks a lot!
EXCELLENT TUTORIAL,
Hi,
My query is
** I am including a command in a script for eg: do you want to code -- it is cmd
** when the script execute that I will get -- type (y/n) -- so it is asking user input if I press y or n it will continue
********* So i just want to can this userinput will be included inside the script only?
hi,
i want to call File name in command. But should come in last of the command.
echo -n "Enter Comment -> " FILE1
less -n /applogs/enabler/procceed/ ($FILE1)
Please guide me.