On Thu, 2004-07-08 at 06:50, Louie Miranda wrote: > #!/bin/sh -x > for i in `pwgen --no-capitalize -N1` > do > echo "update dump set random= '$i'"|mysql -uroot insert > done > > ang balak ko kse mag set nang loop para sa update (mysql) ko sa isang > mysql field. ilalagay ko random keys sa isang field using ung pwgen. > ang kaso, andto pa lang ako. > > can u help me? :(
this only generates one(1) $i. maybe u need to (pseudocode): for count of field; do i=pwgen update field=$i thru mysql done
signature.asc
Description: This is a digitally signed message part
-- Philippine Linux Users' Group (PLUG) Mailing List [EMAIL PROTECTED] (#PLUG @ irc.free.net.ph) Official Website: http://plug.linux.org.ph Searchable Archives: http://marc.free.net.ph . To leave, go to http://lists.q-linux.com/mailman/listinfo/plug . Are you a Linux newbie? To join the newbie list, go to http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie
