Como abrir o arquivo de documento do word no terminal?

7

Como estou tentando abrir um documento do Word a partir do terminal, usei o wvWare e alguns outros comandos para o mesmo, mas não consegui. Alguém poderia me ajudar!

    
por user3616399 01.08.2014 / 08:55

3 respostas

4

Você pode abri-lo com a ajuda do libre-office-writer, seguindo o comando (abrir com o libre office writer):

lowriter "<path/to/file>"

De man libreoffice :

Name
       libreoffice - LibreOffice office suite

SYNOPSIS
       libreoffice [--accept=accept-string] [--base] [--calc] [--convert-to output_file_extension[:output_filter_name] [--outdir
       output_dir] file]...  [--display display]  [--draw]  [--global]  [--headless]  [--help|-h|-?]  [--impress]  [--invisible]
       [--infilter=""]  [--math]  [--minimized]  [-n file]... [--nodefault] [--nolockcheck] [--nologo] [--norestore] [-o
       file]... [-p file...]  [--print-to-file [--printer-name printer_name] [--outdir output_dir] file]...   [--pt  printername
       file...]    [--show   Impress  file]...  [--unaccept=accept-string]  [--terminate_after_init]  [--view  file]...  [--web]
       [--writer]  [file...]
       lobase
       localc
       lodraw
       lofromtemplate
       loimpress
       lomath
       loweb
       lowriter

DESCRIPTION
       LibreOffice (LO for short) is a multi-platform office productivity suite.
    
por Pandya 01.08.2014 / 08:57
4

Tecnicamente falando xdg-open deve funcionar para todos os tipos de arquivo todos . Ele só vai abri-los no aplicativo apropriado. Todos os tipos mime do documento são mapeados para o Libre Office por padrão, então isso deve funcionar:

xdg-open document.doc
    
por Oli 02.08.2014 / 02:54
2

Deve funcionar com o Libre Office.

libreoffice document.docx
    
por Thomas K 01.08.2014 / 09:00