why does the following command work: $kill -SIGHUP `cat /var/run/syslogd.pid` why does the following command *not* work: $kill -SIGHUP 'cat /var/run/syslogd.pid' Mike M.