码迷,mamicode.com
首页 > 系统相关 > 详细

shell学习记录

时间:2018-12-23 17:57:56      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:c语言   ESS   记录   写法   while   表达式   command   one   ble   

数学表达式:

$[ operation ]

 

循环的写法:

for var in list
do
    command
done


------------c语言风格------------
for (( variable assignment ; condition ; iteration process ))

------------while格式------------
while test command
do
    other commands
done

 

shell学习记录

标签:c语言   ESS   记录   写法   while   表达式   command   one   ble   

原文地址:https://www.cnblogs.com/ch122633/p/10164750.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!