FG
💻 Software

Redirect 7-Zip's command-line output to /dev/null on Windows when extracting a .7z file

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

Problem

I have a command such as which will extract (with full paths) to the current directory. What it does that I don't want, though, is to spool out the individual paths to stdout. This is information that I don't need. However, on Windows, redirecting this to NUL (the equivalent of on Linux) a la produ…

Error Output

"C:\Program Files\7-zip\7z.exe" x foo.7z -y

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Redirect 7-Zip's command-line output to /dev/null on Windows when extracting a .7z file

Low Risk

Try doing this:

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment