How to uncompress multiple Zlib Archives with one comand
2
votes
1
answer
3574
views
I have >200 .zlib Archives and I want to uncompress them using one command in Linux console. I just cant get the command right. maybe somone can help me:
for z in *.zlib; do; zlib-flate -uncompress $z ; done
When I run this command every file is empty. I don't really care about the output-filename, so this could be just a counter or a added string for example.
Many thanks!
Asked by jonasbsv
(21 rep)
Apr 21, 2021, 08:01 PM
Last activity: Jan 31, 2025, 12:00 PM
Last activity: Jan 31, 2025, 12:00 PM