Version 4 of pushd

Updated 2004-04-19 18:08:31

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 visited, and then do a popd to get directories off of the stack.


Also see "pushdpopd.tcl".


Category Command