gpt4 book ai didi

macos - 在 Mac OS X 中查找最高用户 ID

转载 作者:行者123 更新时间:2023-12-04 06:07:41 25 4
gpt4 key购买 nike

我正在编写一个脚本来在命令行上将新用户添加到 OS X 系统。我知道我可以使用以下方法列出系统上的所有用户及其用户 ID:

dscl . -list /Users UniqueID

这给出了类似的东西:
xxxxxxx                         937
xxxxxxxx 939
xxxxx 940
xxxxxx 941

如何从此输出中检索最大的用户 ID 以存储在变量中?

最佳答案

这将为您提供具有最高 ID 的行:

dscl . -list /Users UniqueID | sort -nr -k 2 | head -1

关于macos - 在 Mac OS X 中查找最高用户 ID,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9028383/

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