[TriLUG] bash cmd line processing question
Mike McLean
mamclean at eos.ncsu.edu
Thu Feb 14 14:32:26 EST 2002
"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
More information about the TriLUG
mailing list