2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
title: shells
|
|
|
|
layout: command
|
2022-03-04 13:10:09 +01:00
|
|
|
version: 0.59.1
|
2022-02-14 03:22:51 +01:00
|
|
|
---
|
2019-10-02 10:07:43 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
Lists all open shells.
|
2019-10-02 10:07:43 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
## Signature
|
2019-10-02 10:07:43 +02:00
|
|
|
|
2022-02-14 03:22:51 +01:00
|
|
|
```> shells ```
|
2022-02-22 16:16:56 +01:00
|
|
|
|
|
|
|
## Examples
|
|
|
|
|
|
|
|
Enter a new shell at parent path '..' and show all opened shells
|
|
|
|
```shell
|
|
|
|
> enter ..; shells
|
|
|
|
```
|
|
|
|
|
|
|
|
Show currently active shell
|
|
|
|
```shell
|
2022-03-03 01:55:03 +01:00
|
|
|
> shells | where active == true
|
2022-02-22 16:16:56 +01:00
|
|
|
```
|