We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5542517 commit 1ccf5caCopy full SHA for 1ccf5ca
book/coming_from_bash.md
@@ -25,7 +25,7 @@ Note: this table assumes Nu 0.14.1 or later.
25
| `mkdir -p <path>` | `mkdir <path>` | Creates the given path, creating parents as necessary |
26
| `touch test.txt` | `touch test.txt` | Create a file |
27
| `> <path>` | `| save --raw <path>` | Save string into a file |
28
-| `>> <path>` | `<not yet possible>` | Append string to a file |
+| `>> <path>` | `| save --raw --append <path>` | Append string to a file |
29
| `cat <path>` | `open --raw <path>` | Display the contents of the given file |
30
| | `open <path>` | Read a file as structured data |
31
| `mv <source> <dest>` | `mv <source> <dest>` | Move file to new location |
0 commit comments