mirror of
https://github.com/cheat/cheat.git
synced 2026-05-28 03:58:44 +02:00
6 lines
141 B
Plaintext
6 lines
141 B
Plaintext
# Pushes your current directory to the top of a stack while changing to the specified directory
|
|
pushd <directory>
|
|
|
|
# To return use popd
|
|
popd
|