I need to batch convert multiple docx files to txt files and place them in a custom directory using textutil.
It seems I can do this with a single file, but not with multiple files. If I set an -output
path while converting multiple files, it will only convert the first file.
I realise I could just move the files after the conversion, but it would save time in the future if this were possible.
textutil -convert txt /Users/evanjohn/Desktop/docs/original/*.docx -output /Users/evanjohnmeredith-davies/Desktop/docs/converted/*.txt