Change your directory to any other than the root directory and run it in your terminal:
# Windows
pushd \
popd
# Linux/macOS
pushd /
popd
What has happened?
Change your directory to any other than the root directory and run it in your terminal:
# Windows
pushd \
popd
# Linux/macOS
pushd /
popd
What has happened?
Create a free account to access the full topic