Backup Wretch BBS article http://blog.outian.net/archives/409 Backup PTT article http://wish.kuso.cc/crawler.html And backup PTT program must convert its file to html format additionally with txt2html program. txt2html program can be found in Outian's download package. Finally, you can write a shell script to do it conveniently. -------------------------------------------------- #!/bin/bash #convert .sh for i in *.ans; do ./txt2html $i `basename $i .ans`.html done --------------------------------------------------
文章標籤
全站熱搜
創作者介紹
創作者 fvalinux 的頭像
fvalinux

Elegance

fvalinux 發表在 痞客邦 留言(2) 人氣(313)