国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

bash - linux shell script to automate manual operations
過去多啦不再A夢
過去多啦不再A夢 2017-07-03 11:42:11
0
1
1118
#!/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