source:
trunk/tools/validate-stil.bat@
791
| Last change on this file since 791 was 784, checked in by , 13 years ago | |
|---|---|
| File size: 346 bytes | |
| Line | |
|---|---|
| 1 | grep -E " $" ../asma/Docs/STIL.txt |
| 2 | grep -E ".{100}" ../asma/Docs/STIL.txt |
| 3 | grep -v -n -E "^#|^/|^ NAME: |^ TITLE: |^ ARTIST: |^COMMENT: |^ |^$|\(#[0-9]+\)$" ../asma/Docs/STIL.txt |
| 4 | perl -nle "m{^/} and (-e qq{../asma/$_} or print)" ../asma/Docs/STIL.txt |
| 5 | @rem grep "^/" ../asma/Docs/STIL.txt | sort -cfg |
| 6 | grep -c "^/" ../asma/Docs/STIL.txt |
Note:
See TracBrowser
for help on using the repository browser.
