mirror of
https://github.com/nushell/nushell.git
synced 2025-07-11 03:45:51 +02:00
Add documentation for the trim command
This commit is contained in:
12
docs/commands/trim.md
Normal file
12
docs/commands/trim.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# trim
|
||||||
|
|
||||||
|
Trim leading and following whitespace from text data
|
||||||
|
|
||||||
|
## Example
|
||||||
|
|
||||||
|
```shell
|
||||||
|
> echo " Hello world"
|
||||||
|
Hello world
|
||||||
|
> echo " Hello world" | trim
|
||||||
|
Hello world
|
||||||
|
```
|
Reference in New Issue
Block a user