Same Idea.... for i in `find * -depth`; do (mv $i `echo $i|tr [:lower:] [:upper:]`); done
James Finstrom Rhino Equipment Corp. http://rhinoequipment.com ~ http://postug.com Phone: 1-877-RHINO-T1 ~ FAX: +1 (480) 961-1826 Twitter: http://twitter.com/rhinoequipment IP: [email protected] On Tue, Apr 7, 2009 at 1:15 PM, wayne <[email protected]> wrote: > Its probably simple, but would take me a week.... > > Ie: > Make: 2009-4_5_WaDAq_a.Dn.23.f > INTO: 2009-4_5_WADAQ_ADN.23.F > > --------------------------------------------------- > PLUG-discuss mailing list - [email protected] > To subscribe, unsubscribe, or to change your mail settings: > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss >
--------------------------------------------------- PLUG-discuss mailing list - [email protected] To subscribe, unsubscribe, or to change your mail settings: http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
