Leia o manual fine terminfo (5), ele lista todos os recursos do terminal. Dependendo do terminal, a capacidade 'negrito' pode não ser definida, use 'smso' então.
bold='tput bold'; sgr0='tput sgr0'
echo to ${bold}boldly${sgr0} go somewhere
por favor, como negrito os números "Data e Hora" do seguinte arquivo com o comando tput (eu tenho a máquina Solaris)
por exemplo, quero negrito apenas o "24-09-2009 16:17:45" etc para todas as outras datas e horas
o tput vai escrever no meu script ksh
thx pelo apoio
TIMESTAMP SET_ID TELEPHONE No TYPE
------------------- ---------- -------------------- ---------- ------------------
24-09-2009 16:17:45 0 33633333333 20 other_mms_phone
24-09-2009 17:45:07 0 33644444444 20 other_mms_phone
07-10-2009 10:45:49 0 12312312312 20 legacyphone
07-10-2009 11:46:38 0 59320000043 20 other_mms_phone
Leia o manual fine terminfo (5), ele lista todos os recursos do terminal. Dependendo do terminal, a capacidade 'negrito' pode não ser definida, use 'smso' então.
bold='tput bold'; sgr0='tput sgr0'
echo to ${bold}boldly${sgr0} go somewhere