From d7b5a2c2d99875780fd889691e1c72cc8a2ae747 Mon Sep 17 00:00:00 2001 From: bonnie Date: Fri, 3 Jan 2020 00:16:43 +0800 Subject: [PATCH] fix missing quotes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6722a81..dbfec0d 100644 --- a/README.md +++ b/README.md @@ -2251,6 +2251,7 @@ hostnamectl set-hostname "mynode" ``` ##### Find out the web server (e.g Nginx or Apache) of a website +```bash curl -I http://example.com/ # HTTP/1.1 200 OK # Server: nginx @@ -2263,7 +2264,7 @@ curl -I http://example.com/ # ETag: "xxxxxx" # Accept-Ranges: bytes # Vary: Accept-Encoding - +``` ## Data wrangling [[back to top](#handy-bash-one-liners)]