From 53aa0b3f92d3e9e8f760ef51b4582a57af779333 Mon Sep 17 00:00:00 2001 From: miguel Date: Fri, 16 Dec 2022 10:03:48 +0000 Subject: [PATCH] docs(master-the-ls): add .sh in the readme --- subjects/devops/master-the-ls/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subjects/devops/master-the-ls/README.md b/subjects/devops/master-the-ls/README.md index 3f797523..c99ad172 100644 --- a/subjects/devops/master-the-ls/README.md +++ b/subjects/devops/master-the-ls/README.md @@ -1,8 +1,8 @@ -## Master the ls +## master-the-ls ### Instructions -Create a script `master-the-ls`, that will do the following: +Create a script `master-the-ls.sh`, that will do the following: - list the files and directories of the current directory. - Ignore the hidden files, the "." and the "..".