Changeset 1957 for trunk/tools
- Timestamp:
- Aug 2, 2026, 12:01:09 PM (6 weeks ago)
- File:
-
- 1 edited
-
trunk/tools/validate-stil.bat (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/validate-stil.bat
r1837 r1957 2 2 setlocal 3 3 set STIL=../asma/Docs/STIL.txt 4 echo Lines with leading spaces:4 echo Lines with trailing spaces: 5 5 grep -E " $" %STIL% 6 6 echo Lines exceeding 100 characters: … … 8 8 echo Lines not matching the format: 9 9 grep -v -n -E "^#|^/|^ NAME: |^ TITLE: |^ ARTIST: |^COMMENT: |^ |^$|\(#[0-9]+\)$" %STIL% 10 echo Lines that ...???10 echo References to missing files: 11 11 perl -ne "m{^/(\S+)} and (-e qq{../asma/$1} or print)" %STIL% 12 12 echo Number of file paths:
Note:
See TracChangeset
for help on using the changeset viewer.
