Skip to content

Commit

Permalink
Create nproc.md
Browse files Browse the repository at this point in the history
创建文档
  • Loading branch information
ZhuangZhu-74 authored May 9, 2020
1 parent 534d820 commit 88e1414
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions command/nproc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
nproc
===

打印可用的处理器单元数量。

## 概要

```shell
nproc [OPTION]...
```

## 主要用途

- 打印可用的处理器单元数量。

## 选项

```shell
--all 打印已安装处理器的数量。
--ignore=N 如果可以的情况下,排除 N 个处理单元。
--help 显示帮助信息并退出。
--version 显示版本信息并退出。
```

## 例子

```shell
[root@localhost ~]# nproc
8
```

### 注意

1. 该命令是`GNU coreutils`包中的命令,相关的帮助信息请查看`man -s 1 nproc``info coreutils 'nproc invocation'`

<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->

0 comments on commit 88e1414

Please sign in to comment.