L A Walsh wrote:
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?
scratch that... just focused on output, not on function.
*sigh*...need coffee!




Reply via email to