Re: command substition in .signature

2000-06-17 Thread Sven Burgener
> set signature=" uname -a; echo -e \"\n\"; uptime |" >in ~/.muttrc Thanks. I assume the pipe means to pipe the output into the msg? Correct? TIA Sven

Re: command substition in .signature

2000-06-17 Thread Saisanthosh Balakrishnan
> How can I put the stdout of a command like $(uname -a;echo -e > "\n";uptime) in my .signature file? add, set signature=" uname -a; echo -e \"\n\"; uptime |" in ~/.muttrc -- saisanthosh