mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 10:28:33 +02:00
@ -17,3 +17,13 @@ Show info about the system
|
||||
> sys
|
||||
```
|
||||
|
||||
Show the os system name with get
|
||||
```shell
|
||||
> (sys).host | get name
|
||||
```
|
||||
|
||||
Show the os system name
|
||||
```shell
|
||||
> (sys).host.name
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user