ls *.htm | while read file do echo Renaming file: $file mv ${file} ${file}l done