Update of /project/clhp/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv26185
Modified Files: index.clhp Log Message: Even better way to use ed
Date: Mon Sep 29 13:21:11 2003 Author: aventimiglia
Index: public_html/index.clhp diff -u public_html/index.clhp:1.2 public_html/index.clhp:1.3 --- public_html/index.clhp:1.2 Mon Sep 29 13:15:40 2003 +++ public_html/index.clhp Mon Sep 29 13:21:11 2003 @@ -9,10 +9,7 @@ #| $ lisp -core /usr/lib/cmucl/clhp.core \ -eval '(clhp:parse "index.clhp")(quit)' > index.html && \ - ed index.html << EOF -1,3d -wq -EOF + echo -e "1,3d\nwq\n" | ed index.html |# ;; The HTTP Headers will have to be deleted from the resulting file.