# # Changes the directory to the n previous one. # # Authors: # Sorin Ionescu # if [[ "$1" == [[:digit:]]## ]]; then builtin cd "+$1" else return 127 fi