Changeset 828 for trunk/tools
- Timestamp:
- Jan 15, 2013, 3:32:49 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/validate-stil.bat
r784 r828 2 2 grep -E ".{100}" ../asma/Docs/STIL.txt 3 3 grep -v -n -E "^#|^/|^ NAME: |^ TITLE: |^ ARTIST: |^COMMENT: |^ |^$|\(#[0-9]+\)$" ../asma/Docs/STIL.txt 4 perl -n le "m{^/} and (-e qq{../asma/$_} or print)" ../asma/Docs/STIL.txt4 perl -ne "m{^/(\S+)} and (-e qq{../asma/$1} or print)" ../asma/Docs/STIL.txt 5 5 @rem grep "^/" ../asma/Docs/STIL.txt | sort -cfg 6 6 grep -c "^/" ../asma/Docs/STIL.txt
Note: See TracChangeset
for help on using the changeset viewer.