shell编程:条件判断,循环

使用结构化命令 使用 if-then 语句 基本的结构化命令就是 if-then 语句。if-then 语句有以下格式。html if command then commands fi 在其余编程语言 中,if 语句以后的对象是一个等式,这个等式的求值结果为 TRUE 或 FALSE。但 bash shell 的 if 语 句并非这么作的。程序员 bash shell 的 if 语句会运行
相关文章
相关标签/搜索