requires
--------

File-rename-utils require these GNU packages (and the version I use):

  bash      (2.05)
  coreutils (4.5.7) [or textutils and sh-utils]
  sed       (4.0.3)
  findutils (4.1.7)

---------------------------------

install
-------

Copy these utilities to a directory in your
path (preferably /usr/local/bin) with:

  cp -a lowercase mv_lowercase mv_uppercase mv_capitalize \
	mv_spaces2underscore mv_underscore2hyphen \
	mv_chars2null mv_chars2underscore mv_sed mv_suffix \
	mv_prefix mv_number mv_number.ext htmlrename Trash swap \
	/usr/local/bin

The manual entries go into /usr/local/share/man/man1:

  cp lowercase.1 htmlrename.1 Trash.1 swap.1 /usr/local/share/man/man1 

---------------------------------

configuration
-------------

Copy "example.Trashrc" to your home directory.
If you don't use KDE, edit it for your trash can.

  cp example.Trashrc ~/.Trashrc
  ( vi ~/.Trashrc )

---------------------------------

freeBSD
-------

There is a FreeBSD version of this package at:

www.sourceforge.net/projects/filerenameutils
