pushd is one of the [Tclx] extended tcl commands. It is used to push the current directory onto a directory stack that can be used with cd. This permits one to keep track of a series of directories one has visied, and then do a popd to get directories off of the stack. ---- [Category Command]