Pushd, Popd, dirs

MATLAB implementation of unix-style pushd, popd, and dirs.

Vous suivez désormais cette soumission

pushd, popd, and dirs implement a unix-style directory stack. It uses a global variable to hold the stack.

Example usage:
> cd myDir
myDir> pushd( 'anotherDir' )
anotherDir> %excute commands here
anotherDir> dirs
myDir
anotherDir> popd
myDir> % back to where you started

Citation pour cette source

Dennis Jackson (2026). Pushd, Popd, dirs (https://fr.mathworks.com/matlabcentral/fileexchange/4707-pushd-popd-dirs), MATLAB Central File Exchange. Extrait(e) le .

Informations générales

Compatibilité avec les versions de MATLAB

  • Compatible avec toutes les versions

Plateformes compatibles

  • Windows
  • macOS
  • Linux
Version Publié le Notes de version Action
1.0.0.0