All links of one day
in a single page.
<Previous day - Next day>

rss_feedDaily RSS Feed
floral_left The Daily Shaarli floral_right
——————————— February 8, 2017 - Wednesday 08, February 2017 ———————————
pwa - ruby - app -

apparemment ça va faire boom

curl -

Create a new file, curl-format.txt, and paste in:

time_namelookup:  %{time_namelookup}\n
   time_connect:  %{time_connect}\n
time_appconnect:  %{time_appconnect}\n

time_pretransfer: %{time_pretransfer}\n
time_redirect: %{time_redirect}\n
time_starttransfer: %{time_starttransfer}\n
----------\n
time_total: %{time_total}\n

Make a request:

curl -w "@curl-format.txt" -o /dev/null -s "http://wordpress.com/"

-