Usage: ./fixname.pl options target target either a file or a directory This script changes file names to more user friendly ones Options: -h, --help display this help screen -V, --version display version information -S, --sub-space=X substitute spaces in the file name with a specified char acter -s, --strip remove all spaces from the file name -l, --lower transfer all upper case letters in the filename into low er case letters -u, --upper transfer all lower case letters in the filename into upp er case letters -v, --verbose give verbose informations use multiple times to get even more verbose output -d, --dir-only only change directory names -f, --file-only only change file names -F, --force the script will change file names even if the destinatio n name already exists -t, --trim=X trims the filename to given length ( must be more than 0 length )