|
|
|
|
|
by miratrix
5597 days ago
|
|
You can also use the "dirs" command (I think part of bash as well) that tells you the state of the stack. If you set the -v option, you can get the depth of different directories, and you can just do pushd +N to jump to the specific directory. |
|