SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : LINUX

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: JC Jaros who wrote (2221)4/9/2000 10:11:00 PM
From: Mitch Blevins  Read Replies (2) of 2615
 
I see what you want... maybe something like:

#!/bin/bash
# "rtq" script to get the silicon investor real-time quotes

LYNX=/usr/bin/lynx
SYMBOL=${1:-aeb} # aeb is the default symbol when none
# is given on the command line

if test ! -x $LYNX ; then
echo "Where is lynx?"
fi

$LYNX http://siliconinvestor/research/quote.gsp?s=${SYMBOL}&submit.x=0&submit.y=0
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext