print "The following text will be"; print "\033[1m"; # bold on print " bold "; print "\033[m"; # bold off print "\n";