Last change
on this file since 782 was
782,
checked in by pfusik, 12 years ago
|
STIL: define number of entries as the number of slashes in the first column.
|
File size:
297 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 | grep -c "^/" ../asma/Docs/STIL.txt |
---|
Note: See
TracBrowser
for help on using the repository browser.