mirror of
https://github.com/nushell/nushell.git
synced 2025-08-19 12:56:46 +02:00
First pass at updating all documentation formatting and cleaning up output of examples (#2031)
This commit is contained in:
@@ -4,7 +4,7 @@ This command saves the contents of the pipeline to a file. Use this in combinati
|
||||
|
||||
Syntax: `save (path) {flags}`
|
||||
|
||||
### Parameters:
|
||||
## Parameters
|
||||
|
||||
* `(path)` the path to save contents to
|
||||
|
||||
@@ -27,4 +27,4 @@ Or you can format it in supported formats using one of the `to` commands:
|
||||
> ls | where type == File | select name | to csv | save filenames
|
||||
```
|
||||
|
||||
`filename.csv` and `filenames` are both `csv` formatted files. Nu auto-converts the format if a supported file extension is given.
|
||||
`filename.csv` and `filenames` are both `csv` formatted files. Nu auto-converts the format if a supported file extension is given.
|
||||
|
Reference in New Issue
Block a user