Just wanted to let you know that the code you sent me worked really good.
usign the code you sent me i created a script called url.sh
that has this code on it.
until ! read curLine
do
desc=`echo "$curLine" | cut -d"|" -f1`
url=`echo "$curLine" | cut -d"|" -f2`
echo "<a href=\"${url}\">${desc}</a>" # >> output.txt
done
so basically I have my output piped to | ./url.sh and here is the new output.
Once i type cnn on my AIM robot i get.
RSSFeedBuddy:
Provided by CNN RSS feed
Turbulent Dow plummets before last-gasp recovery
American guilty of backing Islamic terror
Jenna Bush to wed a former Rove aide
Human remains found at bridge collapse
Bodies line streets after massive quake
Erin spawns tornadoes as Dean gets stronger
Mystery noise changes mine rescue
Iraqi women sell their bodies to buy food for kids
Poll: Half don't trust upcoming Iraq report
Hezbollah video game goes to war with Israel
All the titles are hyperlinked to their story
Thanks so much jbsnake.