Pete Smith wrote:
The problem with: dirs, pushd, popd ... Using an alias solution: popd | sed 's/\s/\n/g' | nl
----Um... don't you mean to use the alias command somewhere, like:
alias popd='builtin popd|tr " " "\n"' Then it seems to work. Is that what you mean by using an alias?