Notes on script data files:

  1. scripts-5.*.txt files are from the Perl git repo.
  2. Run scripts.txt on each to produce the *.lst files:
    $ for i in 8 10 12 14 16 18 20; do perl scripts.pl scripts-5.$i.txt >5$i.lst
    ; done
    $
    
  3. Generate the *.new files this way:
    $ for i in 8 10 12 14 16 18; do diff --unchanged-line-format= --new-line-format=%L 5$i.lst 5$((i+2)).lst >5$((i+2)).new; done
    
  4. Then use 58.lst, 510.new, ... to build an array of scripts supported.
      Name                    Last modified      Size  
Parent Directory - 510.lst 2014-09-16 14:56 677 510.new 2014-09-16 14:56 241 512.lst 2014-09-16 14:56 1.0K 512.new 2014-09-16 14:56 323 514.lst 2014-09-16 14:56 1.0K 514.new 2014-09-16 14:56 27 516.lst 2014-09-16 14:56 1.1K 516.new 2014-09-16 14:56 91 518.lst 2014-09-16 14:56 1.1K 518.new 2014-09-16 14:56 0 520.lst 2014-09-16 14:56 1.1K 520.new 2014-09-16 14:56 0 5211.lst 2014-09-16 15:00 1.4K 58.lst 2014-09-16 14:56 436 db.htm 2014-09-16 14:56 226K rootdb-simplified.out 2014-09-16 16:02 1.0K rootdb-simplified.pl 2014-09-16 16:04 1.7K rootdb.pl 2014-09-16 16:04 3.7K scripts-5.10.txt 2014-09-16 14:56 94K scripts-5.12.txt 2014-09-16 14:56 119K scripts-5.14.txt 2014-09-16 14:56 123K scripts-5.16.txt 2014-09-16 14:56 131K scripts-5.18.txt 2014-09-16 14:56 131K scripts-5.20.txt 2014-09-16 14:56 131K scripts-5.21.1.txt 2014-09-16 15:00 146K scripts-5.8.txt 2014-09-16 14:56 39K scripts.pl 2014-09-16 14:56 260