Xxhash: [Suggestion] Add option to OSX binary to disable "Loading..." text

Created on 7 Oct 2019  ·  3Comments  ·  Source: Cyan4973/xxHash

I need to store a hash in a bash variable outputted from xxhsum.

I seem to get a lot of trailing spaces and sometimes will see the loading text in the variable/printout.

Can you add a option to output nothing while its calculating and ONLY output the final result?

feature request

All 3 comments

Yep, that's a good point.

The "Loading ..." message is printed into stderr, while the result of xxhsum is sent to stdout.
In most cases, user processes capture stdout, ignoring stderr, so there is no mix up.
But in your case, it seems there is.

Command -q should work properly with version in dev branch now.

It was already working partially (removing the "Loading x" message, but leaving a few trailing spaces). It's also better documented now.

The feature is now available in latest release v0.7.2

Magnificent! Thanks for the update cyan !

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gzm55 picture gzm55  ·  19Comments

erijo picture erijo  ·  19Comments

easyaspi314 picture easyaspi314  ·  268Comments

Sanmayce picture Sanmayce  ·  28Comments

easyaspi314 picture easyaspi314  ·  20Comments