Retourner au contenu associé (entrée de forum : liste alphabétique)
Posté par robertix le 28 juin 2008 à 15:10. En réponse au message liste alphabétique. Évalué à 0.
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Etonnant en effet
Posté par robertix . En réponse au message liste alphabétique. Évalué à 0.
voila ma commande pour générer l'index des mots commençant par m:
ls m*.html | sed -r 's/(.*)\.html/1円/' | sort > /home/rob2/test/dictionnaire/index-m.txt && while read i ; do echo "<a href=\"pages/$i.html\"><span style=\"font-weight: normal;\">$i" ; done < /home/rob2/test/dictionnaire/index-m.txt > /home/rob2/test/dictionnaire/index-m.html
voila le résultat,c'est dans l'ordre:
http://www.ponge.com/telechargements/dictionnaire/index-m.ht(...)