mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-18 18:00:44 +01:00
6 lines
141 B
Text
6 lines
141 B
Text
|
# Pushes your current directory to the top of a stack while changing to the specified directory
|
||
|
pushd <directory>
|
||
|
|
||
|
# To return use popd
|
||
|
popd
|