mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
Merge pull request #355 from shigemk2/curl-only-status-code
Add cheatsheet for cp backup file with date
This commit is contained in:
commit
89de3705b0
@ -36,3 +36,6 @@ curl --limit-rate 1000B -O http://path.to.the/file
|
|||||||
|
|
||||||
# Get your global IP
|
# Get your global IP
|
||||||
curl httpbin.org/ip
|
curl httpbin.org/ip
|
||||||
|
|
||||||
|
# Get only the HTTP status code
|
||||||
|
curl -o /dev/null -w '%{http_code}\n' -s -I URL
|
||||||
|
Loading…
Reference in New Issue
Block a user