Sign In/My Account | View Cart  
advertisement

Article:
 Moving to OpenOffice: Batch Converting Legacy Documents
Subject: great
Date: 2006-10-24 08:40:40
From: Bob DuCharme
Response to: great

I haven't had a chance to try this on a Linux box. Have you tried a backslash before the asterisk? If that doesn't work, I'd try to find an OOo mailing list with Linux users and ask there.

No Previous Message Previous Message Move up to Parent Message Up Next Message No Next Message


Titles Only Titles Only Newest First
  • great
    2006-10-24 09:30:18 meatron [Reply]

    Thanks for the quick answer. The backslash doesn't do. I'll post if I find a solution. Once again, really a very useful tool, a month ago I was asking for something like this on OO forums.
    Best regards

    • great
      2006-10-24 14:19:20 meatron [Reply]

      a simple for loop does the trick


      for i in $(find ./ -name ".doc"); do openoffice.org-2.0 -invisible "macro:///Standard.MyConversions.SaveAsOOO($PWD/$i)"; done


      • great
        2006-10-24 14:56:29 meatron [Reply]

        ooops forgot the *


        so now for real
        for i in $(find ./ -name "*doc"); do openoffice.org-2.0 -invisible "macro:///Standard.MyConversions.SaveAsOOO($PWD/$i)"; done


Sponsored By: