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' /;
$ find ~/.e -name *.eapp | xargs rename *.eapp *.eap $ find ~/.e -name .order | xargs sed -i 's/.eapp/.eap/' Christoph -- echo mailto: NOSPAM !#$.'<*>'|sed 's. ..'|tr "<*> !#:2" [EMAIL PROTECTED] ------------------------------------------------------- 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
