Shell history prints to stderr

Hello!

From around 25.12.0 the command history prints to stderr which i fixed with a workaround:
alias history="history 2>&1"
is this a bug or is this intended?

There is no 25.12.0 but there is 25.12-rc4 and 25.12 Snapshot, what build are you using?

I only have 24.10.5 and a recent Snapshot/Master build running and those are fine, writing history to stdout

Yes, as an example and many builds before.
I have also some routers on 24.10.5 which all are printing to stdout.

2 Likes