sort listed references

This commit is contained in:
vv01f 2022-07-14 01:45:15 +02:00
parent 7ffe9e0088
commit 6ae5858e39
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ time { font-family: Arial, sans-serif; font-size: 10pt; }</style>
<p>
<ul>
EOF
for i in $( ls *.html|grep -v index ); do
for i in $( ls -1v ds*.html ); do
n=$(echo $i|cut -d. -f1|cut -c3-)
echo "<li><a href=\"references/$i\">Ausgabe $n</a></li>" >> ${fn}
done