numbered 0.32

This script takes a list of files as arguments and renames them to include ascending numbers. This process can be highly customized: the resulting filenames can also contain user-defined text, the number of digits and the counter's start can be defined, the extensions' case can be converted etc.

For example, this may be helpful if you want to rename some photos in a way similar to this:

DSCN0120.JPG .. DSCN0179.JPG --> NewYork_000.jpg .. NewYork_059.jpg

To achieve this you would type: numbered -b NewYork_ -c DSCN*.JPG

 

numbered.gz   [modified: 2007-02-04 17:45]  

The script. After you downloaded it, extract it and set execution permissions. Then you should be able to run it.

 

Manual Page   [plain text]  [modified: 2007-02-04 17:45]  

Take a look at this manual page to get an idea of the program invocation an the possible options to tweak its behaviour.