This is a handy little script for checking Simple File Verification (SFV) files. These are commonly used when distributing files over Usenet, where a large file is sliced into many parts and posted separately. It is just a list of checksums of the smaller parts of the file, so doesn't guard against evil-doers, just random errors.
chmod a+x sfvcheckWhen run, it will list any problems then exit. In the usual unix fashion, if there is nothing wrong it will say nothing and exit cleanly.
Prerequisites:
bash, sed and BSD's chksum command (in practice, this likely means MacOS X or any other BSD derivative as the GNU chksum typically supplied with Linux distributions doesn't allow calculating the right checksum for an SFV file).Let me know if you have any trouble with this, and I'll fix it or improve the instructions here.
None.
No comments. Add one.