for i in *; do cp $i $(echo $i | cut -d "-" -f2); doneto cut off header and leave last number and:
| ls . | sort -n |
to list in correct (numerical) order
but how to fix so that we can conCATenate in this order?
for entry into annotation system.
http://gravitys-rainbow.pynchonwiki.com/wiki/index.php
1] wget -mirror
2] shell script to convert to plain text:
#!/bin/sh
for file in `ls *Pages*`
do
new=`basename $file`
cp $file ${new}.html
lynx -dump ${new}.html > ${new}.txt
done
3] TODO - automatically go through directory in Emacs Lisp and enter
page-numbered entries [also mark with GR-wiki tag!]