forked from extern/nushell
8c0a2d3c15
* Finish updating * a couple improvements * Update renames * cleanup examples
18 lines
201 B
Markdown
18 lines
201 B
Markdown
---
|
|
title: save
|
|
layout: command
|
|
version: 0.59.0
|
|
---
|
|
|
|
Save a file.
|
|
|
|
## Signature
|
|
|
|
```> save (filename) --raw```
|
|
|
|
## Parameters
|
|
|
|
- `filename`: the filename to use
|
|
- `--raw`: open file as raw binary
|
|
|