mirror of
https://github.com/danbulant/nushell
synced 2026-05-19 12:29:03 +00:00
341 B
341 B
| title | layout | version |
|---|---|---|
| n | command | 0.59.0 |
Switch to the next shell.
Signature
> n
Examples
Make two directories and enter new shells for them, use n to jump to the next shell
> mkdir foo bar; enter foo; enter ../bar; n
Run n several times and note the changes of current directory
> n