pushd(TCLX)

pushd(TCLX)


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

Syntax

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.