mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-23 21:22:09 +02:00
430 B
430 B
nproc
사용 가능한 처리 장치 수(일반적으로 CPU)를 출력합니다. 더 많은 정보: https://www.gnu.org/software/coreutils/manual/html_node/nproc-invocation.html.
- 사용 가능한 처리 장치 수 표시:
nproc
- 비활성 장치를 포함한 설치된 처리 장치 수 표시:
nproc --all
- 가능한 경우, 반환 값에서 지정된 장치 수를 뺍니다:
nproc --ignore {{수량}}