It is very common on Linux to do
command filename
from the command line, and programs will try to open the file called filename or, if it does not exist, create it. However, when I do
libreoffice spread.ods
I get an error saying that the file does no exist. Additionally, if just open libreoffice from the command line without specifying a filename and then open the save-file dialog, the default location is not the directory from where I issued the command, but my home. I find these behaviour inconvenient for my workflow… Is there any way to create a new empty file from command line and open it directly?
Thanks!