[GNC] gunzip test.gnucash fails

John Ralls jralls at ceridwen.us
Sun May 28 08:16:05 EDT 2023


gzip requires the compressed filename to end in `.gz`, which it will remove from the name of the uncompressed file. Just rename the file to test.gnucash.gz and unzip that:

mv test.gnucash test.gnucash.gz
gunzip test.gnucash.gz
emacs test.gnucash

Regards,
John Ralls



> On May 28, 2023, at 01:27, Fred Tydeman <tydeman.fred at gmail.com> wrote:
> 
> I am trying to unzip a copy of my gnucash file with:
> gunzip test.gnucash
> But, I get: unknown suffix -- ignored
> I am running Fedora Linux 37 and Gnucash 4.14
> 
> I am trying to change the name of a parent security namespace which has
> many children.  I had hoped that I could edit the uncompressed XML file.
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at gnucash.org
> To update your subscription preferences or to unsubscribe:
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.



More information about the gnucash-user mailing list