Re: exmh (tcl? sh?) quoting question.

2001-12-07 Thread Shaul Karl
> Shaul Karl wrote: > > > > The following is an bad attempt to use exmh `Apply command to body' > > feature. > > However I believe it boils down to a tcl or a sh quoting question. > > > > What I am trying to do is to filter a message by applying a filter to > > its body. > > > > Now this filter

Re: exmh (tcl? sh?) quoting question.

2001-12-06 Thread Erik Steffl
Shaul Karl wrote: > > The following is an bad attempt to use exmh `Apply command to body' > feature. > However I believe it boils down to a tcl or a sh quoting question. > > What I am trying to do is to filter a message by applying a filter to > its body. > > Now this filter > > sed -n "s/I

exmh (tcl? sh?) quoting question.

2001-12-06 Thread Shaul Karl
The following is an bad attempt to use exmh `Apply command to body' feature. However I believe it boils down to a tcl or a sh quoting question. What I am trying to do is to filter a message by applying a filter to its body. Now this filter sed -n "s/Inst//p" $file > /tmp/apt-get-update wo