mirror of
https://github.com/danbulant/nushell
synced 2026-05-22 05:49:17 +00:00
22 lines
255 B
Markdown
22 lines
255 B
Markdown
---
|
|
title: ps
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
View information about system processes.
|
|
|
|
## Signature
|
|
|
|
```> ps --long```
|
|
|
|
## Parameters
|
|
|
|
- `--long`: list all available columns for each entry
|
|
|
|
## Examples
|
|
|
|
List the system processes
|
|
```shell
|
|
> ps
|
|
```
|