#!/bin/bash for DIR in $(cat postlist) do cd $DIR rm -rf $DIR.* sed -i '/>>> Download PDF/d' index.html cd .. done