At: ashok.org.uk/code/sfvcheck

Code

SFV Check script

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.

Instructions

  1. Download the bash script
  2. Save it somewhere convenient (e.g. on your path)
  3. Make it executable: chmod a+x sfvcheck
  4. Run the script from a terminal

When 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:

Let me know if you have any trouble with this, and I'll fix it or improve the instructions here.

Known bugs

None.

History

No comments. Add one.