1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-23 19:30:47 +02:00
nushell/docs/commands/path-exists.md
Fernando Herrera dbcadbc12c moved folders
2022-02-07 19:23:12 +00:00

21 lines
302 B
Markdown

# path exists
Check whether a path exists
## Usage
```shell
> path exists ...args {flags}
```
## Parameters
* ...args: Optionally operate by column path
## Flags
* -h, --help: Display this help message
## Examples
Check if a file exists
```shell
> echo '/home/joe/todo.txt' | path exists
```