| Subject: Re: href without /index.html |
Author: Chris |
Date: 10/26/2015 21:24 |
| | As a work-around this sed works for me to cleanup the index.html entries:
sed -i 's#\(href=[\x27\"].*\)\(\/\)\(index\.html\)\([\x27\"]\)#\1\2\4#ig'
$(find . -type f -iname "*.html")
| |
|
|
|
|
c
Created with FORUM 2.0.11