let命令-UNIX初级教程

时间:2021-04-22 18:40:26
【文件属性】:
文件名称:let命令-UNIX初级教程
文件大小:1.01MB
文件格式:PPT
更新时间:2021-04-22 18:40:26
UNIX let命令 let命令可与 expr互换使用。 $ x=100 $ let x=x+1 (运算符两边无空格) $ echo $x 101 $ let y=x-1 $ echo $y 100 $ let y=x*2 $ echo $y 202 $ let y=x/2 $ echo $y 50 $

网友评论