vote up 0 vote down star

The following command "prints" the correct mysql commands. But I want to "execute" them :)

mysqlshow -uroot -pPassWord | awk '{print "mysqlshow -uroot -pPassWord --count", $2;}

mysqlshow -uroot -pPassWord --count world
mysqlshow -uroot -pPassWord --count zabbix
flag

41% accept rate

1 Answer

vote up 2 vote down check
mysqlshow -uroot -pPassWord | awk '{print "mysqlshow -uroot -pPassWord --count", $2;} | sh
link|flag
Thanks. I tried -exec and xargs – shantanuo Oct 13 at 13:29

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.