First pass at updating all documentation formatting and cleaning up output of examples (#2031)

This commit is contained in:
Joseph T. Lyons
2020-06-23 14:21:47 -04:00
committed by GitHub
parent d095cb91e4
commit 053bd926ec
81 changed files with 1069 additions and 679 deletions

View File

@@ -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.