-- doing a post with wget:
wget --post-data="q=(Panasonic)&start=0&rows=1000&wt=json" http://threes1.be.p1.com:8080/solr/offers/for-matching?
store output wget in a file
wget -qO- http://www.cnn.com > toto.txt
wget --post-data="q=(Panasonic)&start=0&rows=1000&wt=json" http://threes1.be.p1.com:8080/solr/offers/for-matching?
store output wget in a file
wget -qO- http://www.cnn.com > toto.txt