move

Michael Havens bmike101 at cox.net
Sat Feb 10 18:59:30 MST 2007


That was fun! It makes me feel soooo smert!

On Saturday 10 February 2007 6:42 pm, Jeremy C. Reed wrote:
> On Sat, 10 Feb 2007, Michael Havens wrote:
> > 	mv *JPG *jpg
>
> Run:
>
>   echo mv *JPG *jpg
>
> That will show you the arguments that "mv" sees.
>
> mv is not used for mass renames.
>
> Try:
>
>    for j in *.JPG ; do mv $j ${j%JPG}jpg ; done
>
> Have fun!
> ---------------------------------------------------
> PLUG-discuss mailing list - PLUG-discuss at lists.plug.phoenix.az.us
> To subscribe, unsubscribe, or to change  you mail settings:
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss


More information about the PLUG-discuss mailing list