Short: Replaces substrings in filenames Author: alexander.richter@01019freenet.de (Alexander Richter) Uploader: alexander richter 01019freenet de (Alexander Richter) Type: util/cli Architecture: m68k-amigaos Freplace is a CLI tool which replaces a given string in all files in the current directory with a given replace-string. USAGE ----- freplace EXAMPLE ------- You have encoded some MP3s. Now, you have the following files in the current directory: song1.aiff.mp3 song2.aiff.mp3 song3.aiff.mp3 ... How do you get the filenames right? Simply type: freplace .aiff.mp3 .mp3 that's all. :) INSTALLATION ------------ copy freplace c: BUGS ---- -no error handling