[PLUG] A shell scripting lesson

Rich Shepard rshepard at appl-ecosys.com
Mon Jun 10 19:13:40 UTC 2002


On Mon, 10 Jun 2002, Paul Heinlein wrote:

> no. try this:
> 
>   cd /whereever/the/jpgs/are
>   for f in 0606*
>   do
>     mv $f 0605_${f#0606_}
>   done

Thank you, Paul,

Rich





More information about the PLUG mailing list