

You can drag and drop into the program, or select them from the menu – File > Add File, or File > Add Directory, if you want to do a recursive search in all the subfolders. First you need to select a number of jpeg files that you want to rename. Image Renaming will let you rename your photos with a name based on date and time. If proper tags are present, you can define which of them to include in filenames and in which order. It is able to fix the filenames even if the files don’t have proper tags. Renaming music files is what JaMP Organizer does best. JaMP Organizer will let you edit and delete audio file tags and fix audio filenames. You can try Toricxs if you have downloaded a lot of files with meaningless or difficult-to-understand names (such as “emin232dx.mp3”). It can also move or copy files, keep backups of the original files before renaming them. Toricxs will remove characters, apply uniform naming schemes from existing tags or file names. It can also create tags out of file names. Toricxs is a tag editor, wma/mp3/wav renamer and organizer. Toricxs will let you clean up automatically the appearance (file name and/or tags) of your wma, mp3 and wav files. * Rename files starting from the content of a text file that contains a list of file names.
#A better finder rename remove dashes windows
* Remove any sequence of characters * Convert file names to 8.3 format (DOS) * Check against dangerous operations in system directories, like Windows folder. * Add any sequence of characters, space, dashes. Features: Rename all the files in the selected directory * Rename all files in subdirectories * Rename just directories * Upper case after a blank space * Upper case after a dash * Upper case all * Lower case all * Convert underscores to spaces * Optimize spaces: when “-” is found, it changes to ” – ” * Minimize spaces: when ” – ” is found, it changes to ” – ” * Preview before you apply any changes * Modify file attributes * Rename or delete a single file * Rename just selected files: use filters * Multiple file selection * Sort function for numbering * Numbering of files * Remove any numbering present in file name.

Filesman does not support unicode characters (you will see question marks instead of letters, if you don’t use the standard Latin character set). if you have some names in uppercase others in lowercase, others with underscores instead of spaces, etc. Here's a good intro to find, grep, and sed, and I'm sure there are books that go into even greater depth on the Unix command line.Filesman will help you beautify the names of your folders and files, e.g. They can be tricky to master, but once you are comfortable with them you'll be able to throw together a command to do exactly what you described in just a minute or two. There are plenty of tutorials around the web on regexps.

The most important thing for you to grasp in terms of pattern matching and replacement is regular expressions. You could also use Perl instead of sed, as mentioned by travis.jennings, which probably gives you even more flexibility to do some things. sed allows you to use regular expressions to search for matching content, and replace matching occurrences with text of your choosing. The find command is a flexible and powerful way of finding files with any matching characteristicname, type, creation date, etc. It sounds like a combination of find and sed would do the trick for you. Actually, that's a pretty simple task to accomplish with a single command line statement.
