I have about 400 .htm files that I need to change to .html. There is absolutely no way that I am going to do this by hand. Does anyone know of any unix commands that would allow me to do this. I assume it’s in the realm of regular expressions.
I tried my luck and went with:
mv *.htm *.html
That did not work!
Let me know what would be my best bet. Thanks!
–mark