Skip to content

Commit

Permalink
Show link for save command (#1750)
Browse files Browse the repository at this point in the history
The link to the save command wasn't shown correctly,  because the whole markup was wrapped in backticks.
  • Loading branch information
kai687 authored Jan 17, 2025
1 parent b6e9dd3 commit 7aab3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/thinking_in_nu.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ In Nushell, however, the `>` is used as the greater-than operator for comparison
# => false
```

Since `>` is an operator, redirection to a file in Nushell is handled through a pipeline command that is dedicated to saving content - `[save](/commands/docs/save.md)`:
Since `>` is an operator, redirection to a file in Nushell is handled through a pipeline command that is dedicated to saving content - [`save`](/commands/docs/save.md):

```nu
"hello" | save output.txt
Expand Down

0 comments on commit 7aab3f6

Please sign in to comment.