summaryrefslogtreecommitdiff
path: root/Master/Tools/check1
blob: 3302043187c2bedf7894b0835200809e09fa7ca7 (plain)
1
2
3
4
5
6
7
8
9
10
11
grep Package ../texmf/tpm/collection*tpm | grep name= | sed 's/.*Package name=.//' | sed 's/\".*//'  > 2
grep Documentation ../texmf/tpm/collection*tpm | grep name= | sed 's/.*Documentation name=.//' | sed 's/\".*//'  >> 2
grep TLCore ../texmf/tpm/collection*tpm | grep name= | sed 's/.*TLCore name=.//' | sed 's/\".*//'  >> 2
sort -u 2 > 3
mv 3 2
ls ../texmf-dist/tpm/ | sed 's/\.tpm//' > 1
ls ../texmf/tpm/ | sed 's/\.tpm//'  >> 1
ls ../texmf-doc/tpm/ | sed 's/\.tpm//' >> 1
sort 1 > 3
mv 3 1
diff 1 2  > 3