From 7c57661b21e1036b0fe0c43f7a397e9f06da8d3e Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Mon, 21 Apr 2025 21:04:44 +0100 Subject: [PATCH] Fix example Linux/Unix multi-dot shortcut path expansion --- book/moving_around.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/moving_around.md b/book/moving_around.md index 233ea41ca04..d3dbbf023a2 100644 --- a/book/moving_around.md +++ b/book/moving_around.md @@ -184,7 +184,7 @@ cd .... ``` ::: tip -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 `../../../..` +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 `../../..` ::: You can combine relative directory levels with directory names as well: