close
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
--------------------------------------------------
全站熱搜