It was Mon, 18 Jun 2001 21:34:24 -0700 (PDT) when OOzy Pal wrote:

>I have a bunch of .tar.gz files and I want to add
>.ktheme to the extension so the file name becomes
>
>whatever.tar.gz.ktheme

for a in *.tar.gz; do mv $a $a.ktheme; done

That should do it.
Paul

--
A day without light is like, eh... night!

http://nlpagan.net - Registered Linux User 174403
       Linux Mandrake 7.2 - Sylpheed 0.4.66
    ** http://www.care2.com - when you care **

Reply via email to