Searched refs:CDHISTFILE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/bash-92/bash-3.2/examples/scripts.v2/
H A Dcdhist.bash19 # If the variable CDHISTFILE is set, the cd directory stack is loaded from
20 # and written to $CDHISTFILE every time `cd' is executed.
42 if [ "$CDHISTFILE" ] && [ -r "$CDHISTFILE" ] # if directory history exists
49 done <$CDHISTFILE
120 if [ "$CDHISTFILE" ]
129 done >$CDHISTFILE

Completed in 171 milliseconds