NAME
acd_func.sh -- extends bash's CD to keep, display and access history of
visited directory names
SYNOPSIS
source acd_func.sh
DESCRIPTION
This is a scripts which defines a CD replacement function in order to
keep, display and access history of visited directories. Normally the
script will be sourced at the end of .bashrc.
- cd --
Shows the history list of visited directories. The list shows the most
recently visited names on the top.
This command is also assigned to ctrl+w.
- cd -NUM
Changes the current directory with the one at position NUM in the
history list. The directory is also moved from this position to the top
of the list.
AUTHOR
version 1.0.5, 10-nov-2004
written by Petar Marinov
this script is public domain
DOWNLOAD
acd_func.sh
last updated: 12-nov-2004 | the text of this page is public domain