Skip to content

Commit 83e7596

Browse files
authored
Fix example Linux/Unix multi-dot shortcut path expansion (#1884)
1 parent 6a606e7 commit 83e7596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/moving_around.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ cd ....
184184
```
185185

186186
::: tip
187-
Multi-dot shortcuts are available to both internal Nushell [filesystem commands](/commands/categories/filesystem.html) as well as to external commands. For example, running `^stat ....` on a Linux/Unix system will show that the path is expanded to `../../../..`
187+
Multi-dot shortcuts are available to both internal Nushell [filesystem commands](/commands/categories/filesystem.html) as well as to external commands. For example, running `^stat ....` on a Linux/Unix system will show that the path is expanded to `../../..`
188188
:::
189189

190190
You can combine relative directory levels with directory names as well:

0 commit comments

Comments
 (0)