nushell/docs/commands/sys.md

29 lines
302 B
Markdown
Raw Normal View History

---
title: sys
layout: command
version: 0.59.0
---
2019-10-06 17:20:48 +02:00
View information about the system.
2019-10-06 17:20:48 +02:00
## Signature
2019-10-06 17:20:48 +02:00
```> sys ```
## Examples
Show info about the system
```shell
> sys
```
Show the os system name with get
```shell
> (sys).host | get name
```
Show the os system name
```shell
> (sys).host.name
```