How can I run LibreOffice Writer from the command line? Basically, what is its command and how do I get to know what's the command to run a particular application in general?
|
Run In this case, I guessed that it might be
And so I got to In general, one could try things like the following:
|
||||
|
|
|
To find a command, try using command auto-complete: type 'libre', then press ['Tab'], giving you:
then add ' --help', finally giving you:
This will give you ALL the possible options you might need ..
|
|||
|
When I access Writer I go into my terminal and type:
This seems to work perfectly and can be repeated for Calc (localc); Draw (lodraw); Base (lobase); Impress (loimpress). You get the point. The other wonderful terminal command I learned tonight is this:
this will call up Firefox while taking you to the website of your choice or in this case Google. The more that I play around with the Command Line Interface (CLI) the more that I fall in love with all of the capabilities. |
||||
|
|
One very easy way which does not involve any guessing at all:
|
|||
|
|
|
On Ubuntu 12.10 and the new libreoffice 4.0, after manual installation, the command is: libreoffice4.0 --writer all other commands, like previous answer, are given with the inclusion of 4.0 after libreoffice. |
|||
|
|
|
Usually all GUI applications have a launcher icon. Most of them are stored in A quick hacky way to list all applications and commands is to use awk command:
|
|||
|
|

