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.
exit
dexit
1 parent 7823f47 commit 19d4049Copy full SHA for 19d4049
book/coming_from_cmd.md
@@ -41,7 +41,7 @@ This table was last updated for Nu 0.67.0.
41
| `PATH %PATH%;<path>` | `$env.Path = ($env.Path \| prepend <path>`) | Edit the path variable |
42
| `PAUSE` | `input "Press any key to continue . . ."` | Pause script execution |
43
| `PROMPT <template>` | `$env.PROMPT_COMMAND = { <command> }` | Change the terminal prompt |
44
-| `PUSHD <path>`/`POPD` | `enter <path>`/`exit` | Change working directory temporarily |
+| `PUSHD <path>`/`POPD` | `enter <path>`/`dexit` | Change working directory temporarily |
45
| `REM` | `#` | Comments |
46
| `REN` or `RENAME` | `mv` | Rename files |
47
| `RD` or `RMDIR` | `rm` | Remove directory |
0 commit comments