Y
Hacker News
new
|
ask
|
show
|
jobs
by
jmcantrell
1359 days ago
The curl command mentioned in the article that's supposed to show the region being used for a request `curl -ls
https://deno.land
` doesn't seem to work as described. Does anyone know if this is a typo?
1 comments
snowwrestler
1359 days ago
curl -I worked for me on a Mac.
The -I flag returns only the headers.
link
jmcantrell
1359 days ago
Thanks, this worked for me, too. I wonder why the command used in the article is so different.
link
The -I flag returns only the headers.