http://qs1969.pair.com?node_id=515347


in reply to Re: What one-liners do people actually use?
in thread What one-liners do people actually use?

You could have just used BASH for this trivial task ;)

for F in *.mas; do mv $F ${F/.mas/.html}; done

Update: stupid typo fixed... Thanks jeffa

--
b10m

All code is usually tested, but rarely trusted.