FG
💻 Software

Unzipping files in unattended mode

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

Problem

When I use the unzip command from Linux machine and the files under ZIP already exists on my local directory, I get the interactive question: (if I want to replace the files from the ZIP with the existing files on my Linux machine How to use the unzip command without this interactive question?

Error Output

[@superuser]# ls -ltr

 total 0
 -rw-r--r--    1 root     root            0 Nov 15 15:13 all_my_files1
 -rw-r--r--    1 root     root            0 No…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Unzipping files in unattended mode

Low Risk

As the man page states, pass to in order to force overwriting of existing files without prompting.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment