Skip to content

Commit 1ccf5ca

Browse files
fennewaldrgwood
authored andcommitted
Update coming_from_bash.md
Reading through the docs, noticed this, looks out of date. Confirmed functionality with a quick test.
1 parent 5542517 commit 1ccf5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/coming_from_bash.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Note: this table assumes Nu 0.14.1 or later.
2525
| `mkdir -p <path>` | `mkdir <path>` | Creates the given path, creating parents as necessary |
2626
| `touch test.txt` | `touch test.txt` | Create a file |
2727
| `> <path>` | `| save --raw <path>` | Save string into a file |
28-
| `>> <path>` | `<not yet possible>` | Append string to a file |
28+
| `>> <path>` | `| save --raw --append <path>` | Append string to a file |
2929
| `cat <path>` | `open --raw <path>` | Display the contents of the given file |
3030
| | `open <path>` | Read a file as structured data |
3131
| `mv <source> <dest>` | `mv <source> <dest>` | Move file to new location |

0 commit comments

Comments
 (0)