It was Thu, 31 May 2001 12:23:30 +0800 when newbie-mandrake wrote:

>try something like
>
>bash# for i in *; do cp $i $.bak; done

for i in *; do cp $i $i.bak; done

Note the i in front of the second $
Paul

--
"Only passions, great passions,
can elevate the soul to great things."
-Denis Diderot

http://nlpagan.net -  Registered Linux User 174403
       Linux Mandrake 7.2 - Sylpheed 0.4.66

Reply via email to