Score:0

How to create .odt file using terminal on Ubuntu 20.04?

mc flag

I tried the method given at: https://askubuntu.com/a/659742/1454335

If I am using: libreoffice --writer FinalProposal.odt then, I am getting an error shown in this figure.

If I am using touch FinalProposal.odt && libreoffice --writer FinalProposal.odt then, it is working fine and I am able to create new file.

I want to know, what am I doing wrong?

Score:2
mz flag

The command you use is for opening a file that already exists. If there is no file with that name, you get the error saying that the file does not exist.

To open libreoffice writer with a new empty text, do libreoffice --writer and give the file name when saving.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.