bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Issus with popd and pushd


From: L A Walsh
Subject: Re: Issus with popd and pushd
Date: Tue, 18 Apr 2017 10:03:57 -0700
User-agent: Thunderbird

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

[Prev in Thread] Current Thread [Next in Thread]