gunzip without overwriting interactively

Developer from somewhere

This will keep the archive after decompressing, and in case a file already exists, instead of seeing the prompt with

1
do you with to overwrite
,
1
n
will instead be sent. Found solution here

yes n | gzip -v -dk *.gz