Awesome one liner!
[1/1] from: doug::vos::eds::com at: 18-Oct-2003 14:30
Whoops that came though very odd looking. Trying again. (ms-outlook whacked
my email again)
foreach x remove-each x load/markup http://drudgereport.com [any [tag? x not
find x "..." find x "drudge"]][print x]
or
Print remove-each x load/markup http://drudgereport.com [any [tag? x not
find x "..." find x "drudge"]]
Awesome one liner grabs all the latest news headlines from drudge, removes
all tags and non-news items, and displays each headline. Requires core 2.5.6
because uses 'remove-each (new function).
Another variation... How do these get added to the rebol one liner page at
http://www.rebol.com ??