Batch renaming

Batch renaming is a form of batch processing used to rename multiple computer files and folders in an automated fashion, in order to save time and reduce the amount of work involved. Some sort of software is required to do this. Such software can be more or less advanced, but most have the same basic functions. Batch renaming software exists for most operating systems.

Batch renaming can also be referred to as 'mass file renaming', rename 'en masse' and 'bulk renaming'.

Common functions

Most batch renamers share a basic set of functions to manipulate the filenames:

Some batch rename software can do more than just renaming filenames. Features include changing the dates of files and changing the file attributes (such as the write protected attribute).

Common uses

There are many situations where batch renaming software can be useful. Here is a list of some common uses:

Problems

There are a few problems to take in consideration when renaming a file list.
(→ means: renamed to)

file01 → file02 (file02 already exists in file-system)

file01 → file03
file02 → file03 (file03 is already used)

file01file02 (file02 already exists in file-system)
file02file03 (file03 already exists in file-system)
file03file01 (file01 already exists in file-system)

Two-pass renaming

A two-pass renaming use a temporary filename (that doesn't exist in file-system) as shown below.
(→ means: renamed to)

file01 → file01_AAAAA
file02 → file02_AAAAB
file03 → file03_AAAAC

file01_AAAAA → file02
file02_AAAAB → file03
file03_AAAAC → file01

It solves the cycle renaming problem.

If this approach is to be used care should be taken not to exceed any filename length limits during the rename, and also that the temporary names do not clash with any existing files.

List of software

This is a list of notable batch renaming programs in the form of a comparison table.

Name License Windows Mac OS X Linux BSD/FreeBSD Unix-like
Advanced Renamer Free Yes No No No No
Aperture Commercial No Yes No No No
Automator Free with OS X No Yes No No No
Bulk Rename Utility Free for non-commercial use Yes No No No No
Chrono Namer Free Yes No No No No
CRAX Commander Commercial No Yes No No No
ExifRenamer Free No Yes No No No
GNOME Commander Free, GNU General Public License Yes
(via Cygwin)
No Yes Yes Yes
GPRename Free, GNU General Public License v3 No No Yes Yes Yes
KRename Free, GNU General Public License v2 No No Yes Yes Yes
Métamorphose Free, GNU General Public License v3 Yes Yes Yes Yes Yes
AlgoLogic Batch File Renamer Commercial Yes No No No No
ImBatch Free for non-commercial use Yes No No No No
Thunar (bulk renamer) Free, GNU General Public License v2+ No No Yes Yes Yes
Unreal Commander Free Yes No No No No
Vi move (vimv) Free, GNU General Public License v3+ Yes
(via Cygwin)
Yes Yes Yes Yes
Vifm Free, GNU General Public License v2+ Yes Yes Yes Yes Yes
Namagic Commercial No Yes No No No

See also

Footnotes

    This article is issued from Wikipedia - version of the 10/30/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.