文件名称:let命令-UNIX初级教程
文件大小:1.01MB
文件格式:PPT
更新时间:2024-05-12 12:27:06
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 $
文件名称:let命令-UNIX初级教程
文件大小:1.01MB
文件格式:PPT
更新时间:2024-05-12 12:27:06
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 $