pushd, popd, and dirs
Ever find yourself using Matlab and wishing you could quickly get back to the directory you were just in? Or the one before that? Ever wish the Unix commands pushd, popd, and dirs were implemented in Matlab? Here they are.
Use pushd like cd. The only difference: every time you use pushd, the directory you leave behind is saved on a stack. To go back, just type popd, and it takes you to the directory on top of the stack. To see what's on the stack, use dirs. Stack size is not limited.
Type "help pushd", "help popd", or "help dirs" at the Matlab command line for more information.
Cite As
Doug (2024). pushd, popd, and dirs (https://www.mathworks.com/matlabcentral/fileexchange/34535-pushd-popd-and-dirs), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Platform Compatibility
Windows macOS LinuxCategories
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |