on 8/2/00 1:31 PM, Dave A. Peat II  wrote:

> Hello,
> I am moving a website from NT/IIS to UNIX.  NT is not case sensative, UNIX is.
> Can someone tell me of an easy way, possibly a script or utility of some kind,
> to do two things:
> 1.  Change all file names (some are uppercase and some are lowercase) to ALL
> lowercase.
> 2.  Change all tags within htm files (<A HREF=...>) that is, the path and file
> name , to lowerecase.  For example, <A HREF="InfoSys/P_Directory/Index.htm">
> to <A HREF="infosys/p_directory/index.htm">
> Thanks in advance...
> Dave
> 

easiest way: find a mac and to it in 1 minute with bbedit.


there may be some filters for things like this in gedit in gnome

you can always write a script that uses grep - I'll bet someone has one

Gavin

Reply via email to