estilo MacOS Abrindo arquivos via console com seus aplicativos padrão

1

Existe uma maneira de usar o comando do MacOS open para abrir arquivos com seus aplicativos padrão, como, por exemplo, open mytext.pdf ou open myprogramm.java . O Ubuntu pode ser estendido dessa maneira?

    
por joachim 03.06.2012 / 20:51

1 resposta

2

Experimente xdg-open <your-file> .

   xdg-open opens a file or URL in the user's preferred application. If a
   URL is provided the URL will be opened in the user's preferred web
   browser. If a file is provided the file will be opened in the preferred
   application for files of that type. xdg-open supports file, ftp, http
   and https URLs.
    
por roadmr 03.06.2012 / 20:59