man42

satirical man pages written at ENS in 2010-2011
git clone https://a3nm.net/git/man42/
Log | Files | Refs | README

missing.sh (193B)


      1 #!/bin/bash
      2 
      3 for a in $(cat *.42 | grep '^\.BR' | grep '(42)' | perl -pi -e 's/.BR .*?([-a-zA-Z0-9_]+)\s*\(42\).*/$1/'); do if [ ! -f $a.42 ]; then echo $a; fi; done | sort | uniq -c | sort -n