Re: command substition in .signature
> 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
> 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