#!/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
|
|||||
BASH Script : Displaying Text in BOLD format#!/bin/bash echo “Enter the text “ Output of this Program Antony Antony |
|||||
|
Copyright © 2010 OpenPeta - All Rights Reserved |
|||||