I'm trying to verify an installer by typing this command.
grep node-vx.y.z.tar.gz SHASUMS256.txt | sha256sum -c -
But I get a response like this from Terminal
sha256sum: 'standard input': no properly formatted checksum lines found
Obviously, I already have SHASUMS256.txt file and on the right path on Terminal(MacOS).
Also prior to this, I've already installed CoreUtils from brew by running this command.
brew install coreutils
So what does 'standard input': no properly formatted checksum lines found
mean in this context on MacOS Terminal?
*
with a space, so there can only be ` ` or ` *` between hash and file path. – Directory