On Sat, 23 May 1998, Richard Lindner wrote:

> for a recursive mv, why not use find:
> 
> find .|while true;do
>   read oldname
>     if [ z$oldname = z ];then
>       exit 0
>     else
>       echo $oldname `echo $oldname|tr '[A-Z]' '[a-z]'`
>     fi
> done

btw - the last "echo $oldname ...." should obviously be "mv $oldname ...."
for a working version - the "echo" was for testing ...

---
Richard Lindner     [EMAIL PROTECTED]     Intrepid Adventurer
Oh! - What a Long Strange Trip it's been ....   Ph:+61 (0)411 741 560


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to