![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Is there any freeware/shareware utility which can automatically save refreshed web page on every refresh, naming saved files sequentially with names including date & time ? |
#3
| |||
| |||
|
|
while true do curl http://example.com/ > "Example.com - `date`.html"; sleep 5m; done |
|
Although I don't see what this has to do with accessibility. |
#4
| |||
| |||
|
|
Hi all, I'm watching web page which auto refresh sporadically in 5 - 10 min interval. Is there any freeware/shareware utility which can automatically save refreshed web page on every refresh, naming saved files sequentially with names including date & time ? |
#5
| |||
| |||
|
|
while true do curl http://example.com/ > "Example.com - `date`.html"; sleep 5m; done This is time triggered, not refresh triggered. Anyhow, better then manually. Thanks. |
|
Although I don't see what this has to do with accessibility. Me neither. Please suggest better newsgroup. |
![]() |
| Thread Tools | |
| Display Modes | |
| |