From 47dc525935c6fb7c2e6a68b0d99f832961f1f536 Mon Sep 17 00:00:00 2001 From: lee Date: Tue, 18 Aug 2020 15:41:10 +0100 Subject: [PATCH] audit corrections --- subjects/wget/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/wget/audit/README.md b/subjects/wget/audit/README.md index dc61f182..991ce78d 100644 --- a/subjects/wget/audit/README.md +++ b/subjects/wget/audit/README.md @@ -40,9 +40,9 @@ ###### Did the program downloaded the file with the name `"test_20MB.zip"`? -##### Try to run the following command, `"./wget -O=test_20MB.zip -P=~/Downloads/ http://ipv4.download.thinkbroadband.com/20MB.zip"`, then go to the folder `"~/Downloads/"` +##### Try to run the following command, `"./wget -O=test_20MB.zip -P=~/Downloads/ http://ipv4.download.thinkbroadband.com/20MB.zip"` -###### Can you see the file downloaded? +###### Can you see the expected file in the "~/Downloads/" folder? ##### Try to run the following command, `"./wget --rate-limit=300k http://ipv4.download.thinkbroadband.com/20MB.zip"`