command line - How to open a file in LibreOffice Writer from terminal and be back at terminal - Ask Ubuntu
this question has answer here:
- running programs in background terminal 8 answers
how can open file in libreoffice writer terminal , @ terminal continue other tasks?
for instance, if insert
libreoffice cv*.odt
it open file in libreoffice unable proceed further commands in instance of terminal.
very simple:
libreoffice cv*.odt &
the & @ end tells terminal run in background.
Comments
Post a Comment