From 8ee0864f5c038d24f1f2e519c5399d4fab205197 Mon Sep 17 00:00:00 2001 From: ZhuangZhu-74 <49544524+ZhuangZhu-74@users.noreply.github.com> Date: Tue, 23 Jul 2019 15:35:11 +0800 Subject: [PATCH] Create false.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 创建文件 --- command/false.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 command/false.md diff --git a/command/false.md b/command/false.md new file mode 100644 index 0000000000..6244a5f138 --- /dev/null +++ b/command/false.md @@ -0,0 +1,26 @@ +false +=== + +返回状态为失败。 + +## 概要 + +```shell +false +``` + +## 主要用途 + +- 用于和其他命令进行逻辑运算。 + +## 返回值 + +返回状态总是失败;返回值为1。 + + +### 注意 + +1. 该命令是bash内建命令,相关的帮助信息请查看`help`命令。 + + +