BASH Script : Displaying Text in BOLD format

#!/bin/bash
#Author : Antony
#Date : 05/10/2007

echo “Enter the text “
read text
tput bold
echo $text
tput reset

Output of this Program
Enter the text

Antony

Antony

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">

Spam protection by WP Captcha-Free