#!/bin/sh for i in `find . -name \*.htm -print` do mv $i ${i}l done