FG
💻 Software

Is it possible to gunzip multiple files to a specific directory without deleting the original gz files?

Fresh5 days ago
Mar 15, 202614869 views
Confidence Score0%
0%

Problem

I know this can be done for single files, e.g. gunzip -c my.gz > somedir/my Can it be done for multiple files? [UPDATE] I have a directory with a large number of .gz files (not .tar.gz), and I want to gunzip them into another directory while leaving the original files untouched.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Is it possible to gunzip multiple files to a specific directory without deleting the original gz files?

Low Risk

try something like

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment