Hi Rick, On Sat, Dec 13, 2008 at 7:41 PM, Rick Pasotto <[email protected]> wrote:
> I forgot about seq. This is even better (the -w left pads with zero for
> equal width):
>
> for x in $(seq -w 1 100); do cp file.jpg file${c}.jpg; done
Waw! Great one-liner.
BTW: Guess you meant file${x}.jpg;
Greetings, Manon.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

