Open chrissound opened 5 years ago
Does this work?
z -t 2>&1 | head -n 5
On Sun, Mar 17, 2019 at 22:25 Chris Stryczynski notifications@github.com wrote:
Which means I can't do something like z -t | head -n 5
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/rupa/z/issues/265, or mute the thread https://github.com/notifications/unsubscribe-auth/AB9D7XPVubCWIE4REHdpIar76d9ZmJW0ks5vXyMsgaJpZM4b4-jM .
Well yes but surely it should output to stdout in the first place?
-l
is for this use case. z -lt
to be specific. Or do you really want to cd
and also pipe the internals garbage to something else?
Which means I can't do something like
z -t | head -n 5