pushd(1tcl)


pushd -- push current directory onto directory stack and cd to specified directory

Synopsis

pushd [dir]

Description

This procedure pushes the current directory onto the directory stack and cd's to the specified directory. If the directory is not specified, then the current directory is pushed, but remains unchanged.
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.