The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com



UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !!

More UNIX and Linux Forum Topics You Might Find Helpful
Thread Thread Starter Forum Replies Last Post
SCO stock plummets on Unix verdict - Computing iBot UNIX and Linux RSS News 0 08-13-2007 08:10 PM
SCO stock plummets on Unix verdict - VNUNet.com iBot UNIX and Linux RSS News 0 08-13-2007 07:50 PM
What exactly is Stock Bit (t) Optimus_P UNIX for Dummies Questions & Answers 3 08-10-2001 12:20 PM

Closed Thread
English Japanese Spanish French German Portuguese Italian Dutch Swedish Russian Norwegian Hungarian Hebrew Danish
 
LinkBack Thread Tools Search this Thread Rate Thread Display Modes
  #1 (permalink)  
Old 05-23-2006
hinch hinch is offline
Registered User
  
 

Join Date: May 2006
Posts: 1
Stock script problems

I'm have some trouble, I'm doing some unix stuff for fun and I can't get something to work

I have a getquote.sh script:
wget "http://finance.yahoo.com/q?s=$1" -o /dev/null -O quote
echo `echo $1; egrep "Last Trade:" quote | cut -d ">" -f 3 | cut -d "<" -f 1`

to get the current trading price and I have a portfolio file with the ABBR, price and shares like:
GOOG 300.00 100

I want to get just the first word so I can send the abbr to the getquote.sh script so I did:

gawk '{ print $1 }' portfolio | ./getquote.sh

which should output something but it prints nothing. If I just do the gawk part it will output all the of abbrs in the first column of the file correctly, and the ./getquote.sh GOOG by itself will return the correct output but I can't seem to get them to link up right. Ideas?
  #2 (permalink)  
Old 05-24-2006
ranj@chn ranj@chn is offline Forum Advisor  
Playing with Ubuntu Now!
  
 

Join Date: Oct 2005
Location: Chennai
Posts: 365
do this

Put the command getting the first word into the script itself.
Inside the script,
Code:
gawk '{ print $1 }' portfolio | while read line
do
 ./getquote.sh $line
done
Sponsored Links
Closed Thread

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 09:38 PM.


Powered by: vBulletin, Copyright ©2000 - 2006, Jelsoft Enterprises Limited. Language translation by Google.
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The UNIX and Linux Forums Content Copyright ©1993-2009. All Rights Reserved.Ad Management by RedTyger

Content Relevant URLs by vBSEO 3.2.0