nushell/docs/commands/path-type.md

21 lines
323 B
Markdown
Raw Normal View History

# path type
Get the type of the object a path refers to (e.g., file, dir, symlink)
## Usage
```shell
> path type ...args {flags}
```
## Parameters
* ...args: Optionally operate by column path
## Flags
* -h, --help: Display this help message
## Examples
Show type of a filepath
```shell
> echo '.' | path type
```