Sous Linux, comment puis-je récupérer une URL et obtenir son contenu dans une variable dans un script shell ?
Réponses
Trop de publicités?
Colin Hebert
Points
40084
Jim Lewis
Points
18753
rjack
Points
3300
Vous pouvez utiliser curl
ou wget
pour récupérer les données brutes, ou vous pouvez utiliser w3m -dump
pour avoir une belle représentation textuelle d'une page Web.
$ foo=$(w3m -dump http://www.example.com/); echo $foo
You have reached this web page by typing "example.com", "example.net","example.org" or "example.edu" into your web browser. These domain names are reserved for use in documentation and are not available for registration. See RFC 2606, Section 3.