nullblocks
---
Scan a file for contiguous blocks of 'null' bytes.
Usage:
```bash
nullblocks <file>
```
The default minimum block size to be reported is 8192 bytes. Maybe this will
be adjustable as a command line argument in the future...