msgbartop
A cronological documentation test project, nothing serious, really!
msgbarbottom

18 Nov 07 File Rename By File Extension

Posted by

for file in *htm ; do mv $file `basename $file htm`html; done"

Tags: ,

Leave a Comment

You must be logged in to post a comment.