#!/bin/sh # # dosrename -- MSDOS-like file rename for *NIX # # Renames all files in a directory by extension. See the here-document below # for details. # # $Writestamp: 2010-09-30 12:44:35$ # $Maintained at: http://www.visualco.de$ if (($# < 2 || $# > 4)) then cat <