Skip to content

Commit

Permalink
doc: Update linux-command.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Feb 6, 2024
1 parent 9436578 commit bfc4a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linux-command.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ Linux 命令速查表
**`command 2> filename`** | 标准错误覆盖写入新文件
**`command >> filename`** | 标准输出追加到新文件
**`command 1>> filename`** | 标准输出追加到新文件(同上)
**`command 1>> filename`** | 标准错误追加到新文件
**`command 2>> filename`** | 标准错误追加到新文件
**`2>&1`** | 标准错误重定向到标准输出
**`1>&2`** | 标准输出重定向到标准错误
<!--rehype:className=left-align-->
Expand Down

0 comments on commit bfc4a01

Please sign in to comment.