Hello! IFAIK, hoc(1) hasn't got such possibility. awk(1) can help:
$ hoc -e PI | awk '{printf "%2.2f", $0}' 3.14On Wed, 12 May 2010 14:24:57 +0400, Rudolf Sykora <rudolf.syk...@gmail.com> wrote:
Hello everyone, is there any way to control the output format of hoc(1), i.e. e.g. the number of decimal places printed? Thanks Ruda
-- Best regards, santucco