[wplug] changing extensions?

Michael H. Semcheski mhsemcheski at gmail.com
Tue Mar 27 16:14:17 EST 2007


Sorry, I had a typo.  Its only one - before exec.

find / -iname '*.htm' -exec mv {} {}l \;


Try running it without the 'exec' section first, just to make sure you like
what it is going to do.


On 3/27/07, Zach <netrek at gmail.com> wrote:
>
> Cool. This should work for all .htm files on the filesystem right:
>
> find /  -iname '*.htm' --exec mv {} {}l \;
>
>
> Zach
> _______________________________________________
> wplug mailing list
> wplug at wplug.org
> http://www.wplug.org/mailman/listinfo/wplug
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.wplug.org/pipermail/wplug/attachments/20070327/32f18de6/attachment.html


More information about the wplug mailing list