6 ms·
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 di
by miratrix 16y 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.
- dhimes 16y agofunny- I don't see man pages (nor info pages) for pushd, popd, or dirs. What am I missing about the documentation?