Shell 脚本,实现两个变量之间的加减乘除运算
代码:
#!/bin/bash
read -p “input number:” a
read -p “input number:” b
read -p “input fuhao:” c
case a+$b"
echo a-$b"
echo a*$b"
echo a/$b"
echo $sum;;
esac
编译过程:
shell代码①在终端输⼊:vim hello.sh(hello是⽂件名,随便起),回车!②摁i进⼊编辑模式,将代码写⼊,摁Esc,再摁:wq!回车。③输⼊sh hello.sh就成功了。cin +)let "sum =sum ;;−)let "sum =sum ;;∗)let "sum =sum ;;/)let "sum =
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论