View Single Post
Old 05-29-2022, 02:57 PM   #21
Tinkering
Junior Member
Tinkering began at the beginning.
 
Posts: 1
Karma: 10
Join Date: May 2022
Device: iPad
RE checksum on new sigil on Mac

Quote:
Originally Posted by DiapDealer View Post
Are you sure it's not something like this?
https://github.com/Sigil-Ebook/Sigil/issues/588

Hi I found this re terminal when I did the checksum.

The default interactive shell is now zsh.
To update your account to use zsh, please run `chsh -s /bin/zsh`.
For more details, please visit https://support.apple.com/kb/HT208050.

and further down ...

Print or check SHA checksums.
With no FILE, or when FILE is -, read standard input.

-a, --algorithm 1 (default), 224, 256, 384, 512, 512224, 512256
-b, --binary read in binary mode
-c, --check read SHA sums from the FILEs and check them
-t, --text read in text mode (default)
-p, --portable read in portable mode
produces same digest on Windows/Unix/Mac
-0, --01 read in BITS mode
ASCII '0' interpreted as 0-bit,
ASCII '1' interpreted as 1-bit,
all other characters ignored

The following two options are useful only when verifying checksums:
-s, --status don't output anything, status code shows success
-w, --warn warn about improperly formatted checksum lines

-h, --help display this help and exit
-v, --version output version information and exit

When verifying SHA-512/224 or SHA-512/256 checksums, indicate the
algorithm explicitly using the -a option, e.g.

shasum -a 512224 -c checksumfile

The sums are computed as described in FIPS-180-4. When checking, the
input should be a former output of this program. The default mode is to
print a line with checksum, a character indicating type (`*' for binary,
` ' for text, `?' for portable, `^' for BITS), and name for each FILE.

Report shasum bugs to mshelor@cpan.org

I don't know enough about terminal to deal with this. Tried to leave a note somewhere on Github but I am too green to use some of these interfaces properly.
Tinkering is offline   Reply With Quote