From 4c20bed3e3b175e8dd829ca65a9dc6a6e7efb617 Mon Sep 17 00:00:00 2001 From: Sibs <68712272+Bryan-netizen@users.noreply.github.com> Date: Tue, 27 Jul 2021 15:43:11 +0300 Subject: [PATCH] Update 04.Rmd --- book/2e/04.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/2e/04.Rmd b/book/2e/04.Rmd index 600ae49..76708e7 100644 --- a/book/2e/04.Rmd +++ b/book/2e/04.Rmd @@ -322,7 +322,7 @@ In short, using `env` makes your scripts more portable. ### Step 4: Remove Fixed Input -We know have a valid command-line tool that we can execute from the command line. +We now have a valid command-line tool that we can execute from the command line. But we can do better than this. We can make our command-line tool more reusable. The first command in our file is `curl`, which downloads the text from which we wish to obtain the top 10 most-used words.