
libreoffice
List of commands for libreoffice:
-
libreoffice:tldr:8b93d libreoffice: Print files to a specific printer.$ libreoffice --pt ${printer_name} ${filename1} ${filename2}try on your machineexplain this command
-
libreoffice:tldr:97377 libreoffice: Open a space-separated list of files in read-only mode.$ libreoffice --view ${filename1} ${filename2}try on your machineexplain this command
-
libreoffice:tldr:dfcd0 libreoffice: Display the content of specific files.$ libreoffice --cat ${filename1} ${filename2}try on your machineexplain this command
-
libreoffice:tldr:f848f libreoffice: Convert all `.doc` files in current directory to PDF.$ libreoffice --convert-to ${pdf} ${*-doc}try on your machineexplain this command