diff --git a/README.md b/README.md index 8c9739c..e281aad 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,12 @@ mv martin.xml misc modules rss.xml sites themes tilman.xml ../../httrack-clean/s cd ../../working-dir/siarp.de find . -name "*.html" -type f -print0 | xargs -0 perl -i -pe "s/\/index\././g" ``` + +### More cleanup + +``` +find . -name "*.html" -type f -print0 | xargs -0 perl -i -pe 's/\n//g' +``` +``` +find . -name "*.html" -type f -print0 | xargs -0 perl -i -pe 's/<\!\-\- Added by HTTrack \-\-><\!\-\- \/Added by HTTrack \-\->\n//g' +```