Changeset 828


Ignore:
Timestamp:
Jan 15, 2013, 3:32:49 PM (12 years ago)
Author:
pfusik
Message:

CRLF input vs LF perl.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/validate-stil.bat

    r784 r828  
    22grep -E ".{100}" ../asma/Docs/STIL.txt
    33grep -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
     4perl -ne "m{^/(\S+)} and (-e qq{../asma/$1} or print)" ../asma/Docs/STIL.txt
    55@rem grep "^/" ../asma/Docs/STIL.txt | sort -cfg
    66grep -c "^/" ../asma/Docs/STIL.txt
Note: See TracChangeset for help on using the changeset viewer.