# This removes the menu at the bottom of the research pages, leaving only the link to the home page. foreach i (ls research_*.html) echo $i cat $i | grep -v graphics/MENU/ > testm/$i echo " " end