首页 |  我的博客 |  查看该博主内容分类 | 

文章分类 -  linux基础

摘要:## 条件if - 格式 ~~~shell if [...]; then # 如果是一行,需要“;”分隔 ... fi # 简写 [ -f "/etc/shadow" ] && echo "This computer uses shadow passwors" # && 等同于then []可以转化 阅读全文
posted @ 2022-09-22 00:15 Z哎呀 阅读(107) 评论(0) 推荐(0)