diff --git a/README.md b/README.md index cd4538a..26b139e 100644 --- a/README.md +++ b/README.md @@ -2493,6 +2493,11 @@ curl -I http://example.com/ 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: