[TriLUG] bash cmd line processing question

Mike McLean trilug@trilug.org
Thu, 14 Feb 2002 14:32:26 -0500


"M. Mueller (bhu5nji)" wrote:
> 
> 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.
> 
> _______________________________________________
> TriLUG mailing list
> http://www.trilug.org/mailman/listinfo/trilug

Check out the Advanced Bash-Scripting Guide
http://www.linuxdoc.org/LDP/abs/html/

I've found it to be very helpful