this post was submitted on 10 Jan 2025
8 points (100.0% liked)
Linux 101 stuff. Questions are encouraged, noobs are welcome!
1095 readers
11 users here now
Linux introductions, tips and tutorials. Questions are encouraged. Any distro, any platform! Explicitly noob-friendly.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
cat *zip > big.zip && unzip big.zip
You might be able to just throw it down a pipecat *zip | unzip -
, but I'm not sure about that.