mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 20:38:40 +00:00
302 B
302 B
| title | layout | version |
|---|---|---|
| sys | command | 0.59.0 |
View information about the system.
Signature
> sys
Examples
Show info about the system
> sys
Show the os system name with get
> (sys).host | get name
Show the os system name
> (sys).host.name