> Anyway, could somebody explain what pushd
> and popd functions, I didn't really
> understand what stack ( tcsh man page ).
> I also saw these functions in a couple of PERL
> scripts, but I couldn't figure out what
> they did.
It is used to save the current directory. Not generally very useful,
unless you don't currently know what directory your in. So, use `pushd'
to push the current directory onto the stack, and use `popd' to `cd' back
to the directory you pushed.
You can also use "cd -" to perform the same thing, except you don't need
the pushd part.
Dave
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.