[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Beginner's?? Question



On Sunday 21 November 2004 10:34 am, K-sPecial wrote:
> David Baron wrote:
> > Quick answer: How might one retrieve the path to the most recent entry in
> > a directory to pass to something else in a bash script?
>
> kspecial@xzziroz:/tmp$ echo $OLDPWD
> /home/kspecial
> kspecial@xzziroz:/tmp$ echo $PWD
> /tmp
> kspecial@xzziroz:/tmp$
>
> PWD contains the current directory while OLDPWD contains the last
> accessed directory.
>
> --K-sPecial

Just maybe you could use
$ cd -

It worked for me.  daveA



Reply to: