gpt4 book ai didi

linux - 如何在 linux shell 中存储 nproc 返回的值?

转载 作者:IT王子 更新时间:2023-10-29 01:09:11 27 4
gpt4 key购买 nike

我正在尝试将 CPU 数量存储在 linux bash shell 的变量中。我知道 nproc 会返回 CPU 的数量,但是我似乎无法将返回的值存储在变量中。

我确信这是一个简单的解决方案,因此我们将不胜感激。

谢谢

最佳答案

只需对 nproc 使用嵌套调用:

$ NPROC=$(nproc)
echo $NPROC
1

关于linux - 如何在 linux shell 中存储 nproc 返回的值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21733118/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com