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 "..".