LibreOffice – Open File from Terminal

command linelibreoffice

I use LibreOffice Writer a lot, but I really do hate getting around in a GUI, I much prefer the CLI, so is there any way to open a file using LibreOffice Writer through the Terminal?

Best Answer

You can do it by

libreoffice --writer file.odt

If it is an odt file, you can open it just by

libreoffice file.odt

Some file formats can be opened by different LO applications, then you need to specify which one to use.

Related Question