Changes

Jump to navigation Jump to search

MAME

25 bytes added, 22:27, 2 June 2020
m
this is much better, thanks
|-
! Terminal
|The following is a non-destructive one-liner to decompress and recompress your files from zip to 7z. '''Please account for at least a 3:1 space requirement, and about 3 seconds time per file (give or take). Keep in mind, if you have any other folders present in the working directory it'll snag those too during the second step.'''
for y in *.zip; do 7z x "${y%}" -o*; done && for i in */; do 7z a "${i%/}".7z "./${i%}*"; done
927
edits

Navigation menu