一些shell程序问题,三个题。请高手指教

1以下程序完成的功能为:接受从键盘输入的总请求数量与回复数量,最终输出未回复数量。阅读并完成以下shell程序$echo"thetotalofask"$readtotal... 1以下程序完成的功能为:接受从键盘输入的总请求数量与回复数量,最终输出未回复数量。阅读并完成以下shell程序
$ echo"the total of ask"
$ read total
$ echo"the number of answer"
$ ____________________
$ echo"The number of no answer"
$ echo$ ((total-answer))

2以下程序完成判断一个数是否大于或等于50.阅读并完成以下shell程序
#!/bin/bash
echo"Enter a number"
read num1
____________
then echo "The number is greater than or equal to 50"
else echo "The number is less than 50"
fi

3以下程序用于实现响应用户输入的姓名,若未输入姓名则给予一个响应,否则给予另一个响应。阅读并完成以下shell程序
echo "please enter your name"
read name
__________
then
echo "you have not entered your name"
else
echo "you have a nice name:$name"
fi
展开
 我来答
zincorchid
2011-07-10 · TA获得超过386个赞
知道答主
回答量:77
采纳率:100%
帮助的人:100万
展开全部
1.
read anwser

2.
if [ num1 -ge 50 ]

3.
if [ "枯知改岁$name"没歼消 = "" ]
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式