<html>
<head>
<base href="https://bugs.documentfoundation.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - Create new files from the command line"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=40227#c16">Comment # 16</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - Create new files from the command line"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=40227">bug 40227</a>
from <span class="vcard"><a class="email" href="mailto:nunojsilva@ist.utl.pt" title="Nuno J. Silva <nunojsilva@ist.utl.pt>"> <span class="fn">Nuno J. Silva</span></a>
</span></b>
<pre>I'm afraid that function won't be convenient when filename.csv already exists
in the current directory and has important information. You probably want to
use a file under /tmp, for example, using mktemp to generate the temporary
filename. I'd not be surprised if libreoffice required files to have
extensions, so you'll probably have to use the --extension option of GNU mktemp
(coreutils >=8.2) or something equivalent.
Of course, it would be simpler if libreoffice could be more compatible with
this kind of workflow...</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>