Denis Doroshenko wrote:
> er, there is a \D{format} for that, see ksh(1)
Yes, there's a lot there. date(1) was just the first, short way of
testing that the output changes, much nicer than
tail -n 1 /var/something...
> backslashed special char for sensors, like \S{name} would be neat
> thing, though :-)
That would be quite cool.
Just for fun I am looking at ksh. \D{format} seems to start on line in
/usr/src/bin/ksh/lex.c and I expect that /usr/src/sys/sys/sysctl.h
would be used. However, that's the extent of my C.
-Lars