mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-07-05 12:38:48 +02:00
Compare commits
1 Commits
671c0eb16f
...
revert-16-
Author | SHA1 | Date | |
---|---|---|---|
6a12e9ce06 |
10
README.md
10
README.md
@ -2488,16 +2488,6 @@ curl -I http://example.com/
|
||||
# Vary: Accept-Encoding
|
||||
```
|
||||
|
||||
##### Find out the http status code of a URL
|
||||
```bash
|
||||
curl -s -o /dev/null -w "%{http_code}" https://www.google.com
|
||||
```
|
||||
|
||||
##### Unshorten a shortended URL
|
||||
```bash
|
||||
curl -s -o /dev/null -w "%{redirect_url}" https://bit.ly/34EFwWC
|
||||
```
|
||||
|
||||
##### Perform network throughput tests
|
||||
```bash
|
||||
# server side:
|
||||
|
Reference in New Issue
Block a user