find ./ name *.eapp -execdir rename eapp eap {} /;

or

find ./ name *.eapp -execdir rename s/eapp/eap/ {} /;

depending on your version of rename

Robert May wrote:
> Does anyone have the scripting talent to rename the eapp's and edit
> the .order files.  I have over a thousand eapp's created but I am too
> much of a noobie to figure out how to rename them all.
> 
> I tried:
> 
> find ./ name *.eapp -execdir rename '*.eapp *.eap' /;
> 
> It did not work though.  I think I have something messed up with the
> rename command.
> 
> Thanks for the help,
> 
> Robert 
> 
> 
> 
> -------------------------------------------------------
> SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
> from IBM. Find simple to follow Roadmaps, straightforward articles,
> informative Webcasts and more! Get everything you need to get up to
> speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
> _______________________________________________
> enlightenment-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/enlightenment-users
> 



-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-users

Reply via email to