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:00:26 -0700
User-agent: Thunderbird

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?




reply via email to

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