Version 2 of pushd

Updated 2001-10-29 12:45:02

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