Sign In/My Account | View Cart  
advertisement

Article:
 Moving to OpenOffice: Batch Converting Legacy Documents
Subject: great
Date: 2006-10-24 14:19:20
From: meatron
Response to: great

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


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 14:56:29 meatron

    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: