Skip to content

Commit 8ee0864

Browse files
authored
Create false.md
创建文件
1 parent a2346f6 commit 8ee0864

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

command/false.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
false
2+
===
3+
4+
返回状态为失败。
5+
6+
## 概要
7+
8+
```shell
9+
false
10+
```
11+
12+
## 主要用途
13+
14+
- 用于和其他命令进行逻辑运算。
15+
16+
## 返回值
17+
18+
返回状态总是失败;返回值为1。
19+
20+
21+
### 注意
22+
23+
1. 该命令是bash内建命令,相关的帮助信息请查看`help`命令。
24+
25+
26+
<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->

0 commit comments

Comments
 (0)