Linux Enregistrer le contenu HTTP dans le fichier

curl "http://www.google.com/" >> /Users/name/desktop/temp.txt
wget "http://www.finance.yahoo.com/q/op?s=GOOG" -O goog.txt 
Tung