source: trunk/tools/validate-stil.bat @ 782

Last change on this file since 782 was 782, checked in by pfusik, 12 years ago

STIL: define number of entries as the number of slashes in the first column.

File size: 297 bytes
Line 
1grep -E " $" ../asma/Docs/STIL.txt
2grep -E ".{100}" ../asma/Docs/STIL.txt
3grep -v -n -E "^#|^/|^   NAME: |^  TITLE: |^ ARTIST: |^COMMENT: |^         |^$|\(#[0-9]+\)$" ../asma/Docs/STIL.txt
4perl -nle "m{^/} and (-e qq{../asma/$_} or print)" ../asma/Docs/STIL.txt
5grep -c "^/" ../asma/Docs/STIL.txt
Note: See TracBrowser for help on using the repository browser.