pftdbns
The name is a short hand for "put files to directories (sorted) by name structure".
It takes filenames, maps each char of the filename into a char, representing
the charclass of it (a..z and A..Z -> "l" (letter), 0...9 -> "d" (digit" and so on).
This yields to an easy way of sorting files by names, based upon file-naming
with certain filenaming-conventions.
[ Homepage ]
| Author: | Oliver Bandel. |
| Last modification date: | 03-Apr-2007 |
| Version: | 0.4 |
| Development status: | Stable |
| Kind: | Applications written in Caml :: Others |
| Topic: | System :: File systems and system administration |
| Homepage: | http://me.in-berlin.de/~first/software/tools/pftdbns/ |