ubuntu:curl:reading_a_url_with_variable_get_parameters
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:curl:reading_a_url_with_variable_get_parameters [2019/11/27 00:14] – created peter | ubuntu:curl:reading_a_url_with_variable_get_parameters [2020/09/25 13:05] (current) – removed 192.168.1.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Curl - Reading URL with variable GET parameters ====== | ||
- | |||
- | For example take the following url: | ||
- | |||
- | <code bash> | ||
- | http:// | ||
- | </ | ||
- | |||
- | The variable here is the **pageNo** parameter. | ||
- | |||
- | <code bash> | ||
- | curl -o pages# | ||
- | </ | ||
- | |||
- | This will download all the pages from page no 1 to page no 12 and save it to a corresponding file. | ||
ubuntu/curl/reading_a_url_with_variable_get_parameters.1574813662.txt.gz · Last modified: 2020/07/15 09:30 (external edit)