Create a project directory and populate with your files and/or links to your files. To open them all in separate windows, move to the directory and run the command soffice *.odt *.ods (I only tested with these.) This command could be put in a script. Even shorter, soffice *.od?
w_whalley ( 2012-10-05 15:04:17 +0200 )editThat's a much simpler solution than mine! I've also realised that I could select all the files in a file manager then double-click on them. Sometimes the simple and neat solutions are hard to see. I'm still working on a slightly more sophisticated Bash script and will post if if I get it to work.
ChrisOfBristol ( 2012-10-05 16:39:21 +0200 )edit