From 21a6aace0151509c3662259d58ff57580a38b35a Mon Sep 17 00:00:00 2001 From: miguel Date: Tue, 27 Dec 2022 11:52:17 +0000 Subject: [PATCH] docs(right): typo --- subjects/devops/right/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/devops/right/README.md b/subjects/devops/right/README.md index 7ec29500..988b108e 100644 --- a/subjects/devops/right/README.md +++ b/subjects/devops/right/README.md @@ -9,7 +9,7 @@ Get the output of the `ls` command, parse it with the `grep` command to filter f ### Usage ```console -$ ls -l +$ ls sample1.txt sample2 sample3.txt sample4 $ ./right.sh $ cat filtered_files.txt