摘要: Shell 语言中的if条件 一、if的基本语法:if [ command ];then 符合该条件执行的语句elif [ command ];then 符合该条件执行的语句else 符合该条件执行的语句fi二、文件/文件夹(目录)判断[ -b FILE ] 如果 FILE 存在且是一个块特殊文件则 阅读全文
posted @ 2022-06-17 22:17 QIYUEXIN 阅读(345) 评论(0) 推荐(0) 编辑
摘要: https://www.pandoc.org/installing.html https://github.com/jgm/pandoc/releases/tag/2.18 https://blog.csdn.net/weixin_43829719/article/details/124267348 阅读全文
posted @ 2022-06-17 19:44 QIYUEXIN 阅读(52) 评论(0) 推荐(0) 编辑
摘要: shell脚本中exit命令使用千次阅读 2020-09-30 10:19:54 exit命令用于退出当前shell,在shell脚本中可以终止当前脚本执行。 $ exit --help exit: exit [n] Exit the shell. Exits the shell with a st 阅读全文
posted @ 2022-06-17 09:47 QIYUEXIN 阅读(770) 评论(0) 推荐(0) 编辑