This does work:
$HOSTNAME=`hostname`;
this does not work:
$UPTIME =`uptime`;
Both commands do work fine in telnet.
Can someone help me understand why ?
I'm actually trying to solve a problem with the 'dnsquery' command but I think the above illustrates the issue...it does not look like it is a syntax problem.
I'm on a virtual server and running FreeBSD.