bash - linux shell script to automate manual operations
过去多啦不再A梦
过去多啦不再A梦 2017-07-03 11:42:11
0
1
889
#!/bin/bash
echo Please enter your name
read NAME
echo "Hi! $NAME !"
echo Please enter your age
read AGE
echo "You are $AGE !"
exit 0

There is a script like this
I want to use another shell script to operate it
I tried echo but I can only enter one, and there seems to be a problem

过去多啦不再A梦
过去多啦不再A梦

reply all(1)
Ty80

Why need another script to automate manual operations for you?
This purpose can be achieved completely through Shell EOF

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!