Begin3 Title: cd_pushd_popd_alternative Version: 1.1 Entered-date: 2000-09-06 Description: These shell functions make it easy to move between directories. In addition, directory paths are saved and shared between sessions. 'here' and 'go' are distinct alternatives to cd, pushd, and popd. 'there' lists saved locations, and 'on' allows a saved location to be easily used during cp's, mv's etc. I also include 'u' (up), and 'dn' (down) because I find them convenient. Keywords: here go cd pushd popd alternatives Author: yf110@victoria.tc.ca (Malcolm Dew-Jones) Maintained-by: yf110@victoria.tc.ca (Malcolm Dew-Jones) Primary-site: sunsite.unc.edu /pub/Linux/utils/file 5K cd_pushd_popd_alternative-1.1.txt 1K cd_pushd_popd_alternative-1.1.lsm Platform: Used as-is on bash (Linux), and with minor mods on various other Unix's using ksh, including HP-UX and Dec OSF. Should work (with very minor mods) on any ksh. Typical mods required are to add/remove ()'s and ;'s Copying-policy: GPL End