gpt4 book ai didi

linux - 显示AIX系统运行时钟

转载 作者:太空宇宙 更新时间:2023-11-04 04:54:03 25 4
gpt4 key购买 nike

我想显示 AIX 中正在运行的系统时钟。例如,我可以在 Ubuntu 中使用

watch -n 1 date

Tnx

最佳答案

您可以使用:

while true; do clear; date; sleep 1; done

此外,如果您想要时钟和系统状态,您可以使用:

topas

关于linux - 显示AIX系统运行时钟,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51764897/

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