2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
title: sys
|
|
|
|
layout: command
|
|
|
|
version: 0.59.0
|
|
|
|
---
|
2019-10-06 17:20:48 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
View information about the system.
|
2019-10-06 17:20:48 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
## Signature
|
2019-10-06 17:20:48 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
```> sys ```
|
2020-06-23 20:21:47 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
## Examples
|
2020-06-23 20:21:47 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
Show info about the system
|
2020-06-23 20:21:47 +02:00
|
|
|
```shell
|
2022-02-14 03:22:51 +01:00
|
|
|
> sys
|
2020-06-23 20:21:47 +02:00
|
|
|
```
|
|
|
|
|
2022-02-20 02:13:33 +01:00
|
|
|
Show the os system name with get
|
|
|
|
```shell
|
|
|
|
> (sys).host | get name
|
|
|
|
```
|
|
|
|
|
|
|
|
Show the os system name
|
|
|
|
```shell
|
|
|
|
> (sys).host.name
|
|
|
|
```
|