I want to save a file in .zabw format, I can only find answers on "how to open .zabw files". I found out that .zabw is a native Abiword format. It is gzip compressed .abw (https://www.abisource.com/help/en-US/info/infoformats.html).
When saving a file in Abiword it shows an option in "Save file as type: Abiword(.abw, .zabw, abw.gz)" but the file is saved as file-name.abw
and not file-name.zabw
.
So when I use gzip to compress an .abw file does it become filename.abw.gz?
gzip file-name.abw
Are .zabw
and abw.gz
same?
Also, how can I obtain a file in .zabw format?