Re: Stripping out signatures, etc.

2001-09-01 Thread Erika Pacholleck
[31.08.01 08:02 +0700] Efata <-- : > I have try this script but I always get error in end file line 45:syntax > error : unexpected end of file. In these cases generally look for - missing closing signs of all kinds (like echo "this) - missing space signs (like func() {action}) - spaces after the

Re: Stripping out signatures, etc.

2001-08-30 Thread Efata
I have try this script but I always get error in end file line 45:syntax error : unexpected end of file. Thanks. On Tue 27/08/2001 at 04:10PM -0400, Jean-Sebastien Morisset wrote: > A while back, someone asked how to strip out signatures, etc. I posted a > little script which I've since improved

Stripping out signatures, etc.

2001-08-27 Thread Jean-Sebastien Morisset
A while back, someone asked how to strip out signatures, etc. I posted a little script which I've since improved. The included awk script can be easily modified to include different types of signatures (advertisements, etc.). Here's the script in cace anyone's interested. Just change your editor