On Sun, 30 Mar 2003, waynej at dccmn.com wrote:

> I wonder if it would be possible to have the Want Ads section of TCLUG
> automatically posted to a mailing list when first published?
>
 
It's written in perl, so anything's possible.
 
$ echo "Enable TCLUG Classified automatic mailing" >> Clays_ToDo_list.txt
 
$ wc -l Clays_ToDo_list.txt
 34  Clays_ToDo_list.txt
 
Hmmm, probably won't get to it until sometime next year...
 
$ perl -e 'print reverse <>' Clays_ToDo_list.txt > Clays_New_ToDo_list.txt
$ mv Clays_New_ToDo_list.txt Clays_ToDo_list.txt
$ head -1 Clays_ToDo_list.txt
Enable TCLUG Classified automatic mailing
 
Much better.


_______________________________________________
TCLUG Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list