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

  1. for f in *.cbr; do unar -d "$f"; done
  2. (delete all .cbr files)
  3. for i in */; do zip -r "${i%/}.cbz" "$i"; done
  4. (delete previously created sub directories)
terminal/cbrcbz.1710874259.txt.gz ยท Last modified: by melo

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki