A handy command-line of text to mass rename files (in this case, change file extensions) that works in Linux and OSX:
ls -d *.cbz | sed ’s/\(.*\).cbz$/mv -v “&” “\1.cbr”/’ | sh
In this example, all .cbz files are renamed to .cbr (as I noticed some comic book archives I had were wrong).
An even more concise version […]
Search
About
You are currently browsing the anomalous territory weblog archives for the month January, 2008.
Longer entries are truncated. Click the headline of an entry to read it in its entirety.
Latest
Archives
Categories
- articles (1)
- cell phones (1)
- linux (5)
- media storage (3)
- mini review (1)
- movies (1)
- server cases (1)
- software (8)
- ui (9)
- web (5)
