[PLUG] Converting Uppercase File Names to Lowercase

wes plug at the-wes.com
Sat Jun 22 18:42:15 UTC 2013


On Sat, Jun 22, 2013 at 9:45 AM, Rich Shepard <rshepard at appl-ecosys.com>wrote:

> On Sat, 22 Jun 2013, Bill Barry wrote:
>
> > Remove the second echo
> >     echo mv -i "${FiLe}" "${file}"
> > ->
> >      mv -i "${FiLe}" "${file}"
>
> Bill,
>
>    Wil suggested the second echo to test before borking the files.
>
>
here is your problem... after testing, you're supposed to remove the echo
and run it again to "do it live"

-wes



More information about the PLUG mailing list