meta

what's the meta about say it ditto dot net?

User Tools

Site Tools


terminal:cbrcbz

This is an old revision of the document!


cbr to cbz

for f in *.cbr; do unar -d "$f"; done

(delete all .cbr files)

for i in */; do zip -r "${i%/}.cbz" "$i"; done

(delete previously created sub directories)

terminal/cbrcbz.1723949585.txt.gz ยท Last modified: (external edit)