0e50eefbd5
Redirect 'cd -' output to /dev/null since POSIX requires it to write the new directory name even if not interactive, but we currently only write it if interactive.
9 lines
69 B
Plaintext
9 lines
69 B
Plaintext
# $FreeBSD$
|
|
|
|
cd /dev
|
|
cd /bin
|
|
cd - >/dev/null
|
|
pwd
|
|
cd - >/dev/null
|
|
pwd
|