#! find . -name '*.html' | cut -c3- | while read -r f do case ${f} in 4*.html) continue ;; *) : ;; esac #! #! if test "$(basename "${f}")" = "index.html" then #! / #! else loc=$(echo "${f}" | pe) #! ${loc} #! fi #! 1.0 #! lastmod=$(lmt -f '%Y-%m-%dT%H:%M:%SZ' "${f}" | cut -d' ' -f1) #! ${lastmod} #! done #!