Why Nostr? What is Njump?
2024-06-20 14:43:33
in reply to

Animegirl‐kisser on Nostr: swagchen To dump it all into the current directory and delete the archive if ...


To dump it all into the current directory and delete the archive if successful:
for f in *.zip; do 7z -o. "$f" && rm "$f"; done
To make a directory for each zip and delete the archive if successful:
for f in *.zip; do 7z x -o"${f%.zip}" "$f" && rm "$f"; done
Author Public Key
npub1m74cepc57j68d0ytzwruaw7rkasxgdpuv8hdxztc5xsy6r29t4eqr7fjya