> Hi Marcus,
>
>> #
>> # First, get listing of ettus.com/downloads/uhd_releases/master_images
>> # We use spider mode, and use -r to descend
>> #
>> wget -np -r --spider
>> http://www.ettus.com/downloads/uhd_releases/master_images>tmp$$ 2>&1
>>
>> #
>> # Now search the resulting log file for .tar.gz files that match
>> the appropriate
>> # pattern.
>> #
>> grep 'UHD-images.*tar.gz' tmp$$ |sed -e 's@.*Removing @http://@'
>> |sort -r |head -1>tmp2$$
>>
>
> - What do you mean by "the appropriate pattern" in the above comment, present in your script? Sorry, I am a newbie.
>
The pattern given by the "grep" regular expression and "sed" regular
expression above, in the script.
> The right address is: www.sbrac.org/files/build-gnuradio
>
>
Yup, sorry about that!
--
Marcus Leech
Principal Investigator
Shirleys Bay Radio Astronomy Consortium
http://www.sbrac.org
_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
No comments:
Post a Comment