To Index

 See the UNIX Programmers Manual or via % man csh 


 % popd
  will cause the last directory which was the object of a pushd to become
  the present working directory.  (pushd must be used before popd can succeed.)

  See also dirs and pushd.

To Index