BASH MySQL Query Count hanya mendapatkan nomor

mysql -h {host} -u {user} -p{password}  -e "SELECT COUNT(DISTINCT table_name) FROM information_schema.columns WHERE table_schema = '{dbname}'" | grep -iv "count"
Blue Baboon