📌  相关文章
📜  拉取操作系统名称和版本 linux - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:41.583000             🧑  作者: Mango

代码示例1
( lsb_release -ds || cat /etc/*release || uname -om ) 2>/dev/null | head -n1