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?
[EMAIL PROTECTED]:/tmp$ echo $OLDPWD /home/kspecial [EMAIL PROTECTED]:/tmp$ echo $PWD /tmp [EMAIL PROTECTED]:/tmp$
PWD contains the current directory while OLDPWD contains the last accessed directory.
--K-sPecial
[ http://xzziroz.freeshell.org irc://xzziroz.dtdns.net ]
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]