The Lurker's Guide to Babylon 5
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
100 B

17 years ago
  1. #!/bin/sh
  2. for i in [012]*.html; do
  3. sed -e '1,/<\/pre>/d' < $i > `basename $i .html`
  4. echo $i
  5. done