Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
TEXT
169
unzip zip
Guest on 5th December 2024 05:20:01 AM
%unzip *.zip
%unzip \*.zip
%unzip "*.zip"
for f in *.zip;
do unzip "$f";
done
Raw Paste
%unzip *.zip %unzip \*.zip %unzip "*.zip" for f in *.zip; do unzip "$f"; done
Login
or
Register
to edit or fork this paste. It's free.