Monthly Archives: Февраль 2015

vim hints

Write lines to file — :start_line_no,end_line_no w filename
Delete till the end of line — D
Delete till the beginning of line — d0
Paste at the end of line — $p
Show all files open -:ls
Go to middle of line — gm

batch ods to xls and backwards

Как сконвертировать много файлов из OpenOffice Calc в Excel и обратно

*.ods-> *.xls
libreoffice —headless — invisible —convert-to xls *.ods

*.xls->*.ods
libreoffice —headless —invisible —convert-to ods *.xls

2 вариант : unoconv

sudo apt-get install unoconv

unoconf -f xls *.ods