need help in using tput command

Plz help me in writing a shell script to print * in the form of 8 using tput command ...
pattern shud be in d below form...

 
         *
        * *
       *   *
        * *
         *
        * *
       *   *
        * *
         *
 

Thanks in advance.

Did you have to use all those individual font tags? cleaning that up is going to take forever, and arial doesn't do what you want anyway. Quote my post to see how to get a fixed-width font.

You don't need tput for that anyway:

cat <<EOF
  *
 * *
*   *
 * *
  *
 * *
*   *
 * *
  *
EOF

Or if you do need to use tput for homework reasons, post in the homework forums. And you'll still have to tell us what you're supposed to be doing with it because I don't see the connection.

I need it for homework reason...I have to use tput command for this mandatorily.
plz help me in this regard. i need its help in my project work.

Do not post classroom or homework problems in the main forums. Homework and coursework questions can only be posted in this forum under special homework rules.

Please review the rules, which you agreed to when you registered, if you have not already done so.

More-than-likely, posting homework in the main forums has resulting in a forum infraction. If you did not post homework, please explain the company you work for and the nature of the problem you are working on.

If you did post homework in the main forums, please review the guidelines for posting homework and repost.

Thank You.

The UNIX and Linux Forums.