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

Comments

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

    CRLF input vs LF perl.

    File size: 350 bytes
    RevLine 
    [752]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
    [828]4perl -ne "m{^/(\S+)} and (-e qq{../asma/$1} or print)" ../asma/Docs/STIL.txt
    [784]5@rem grep "^/" ../asma/Docs/STIL.txt | sort -cfg
    [782]6grep -c "^/" ../asma/Docs/STIL.txt
    Note: See TracBrowser for help on using the repository browser.