Re: Output of UNIX commands

2001-09-14 Thread Volker Moell
I wrote: > But is there a solution to get the output of commands which change > often, for example > my_hdr X-Date: `date` Anser to myself: Quote the backticks. \`...\` (Thanks to Peter due to his "send-hook . my_hdr X-Uptime: \`uptime\`"!) -volker -- http://die-Moells.de/ * http://S

Re: Output of UNIX commands

2001-09-14 Thread David T-G
Volker -- ...and then Volker Moell said... % Hi, there! Hello! % % The output of UNIX commands traditionally will be substituted before % the line is parsed. For the example % my_hdr X-Operating-System: `uname -a` % this is ok. Yep. % % But is there a solution to get the output of comma