1 2 3 4 5 6 7
#!/bin/sh for file do echo ==== $file ==== deroff $file | spell | grep -F -vf proto/stop done