diff --git a/subjects/devops/find-files/README.md b/subjects/devops/find-files/README.md index 901a4026..a5166759 100644 --- a/subjects/devops/find-files/README.md +++ b/subjects/devops/find-files/README.md @@ -6,10 +6,9 @@ Create a file `find-files.sh`, which will look for and show, in the current directory and its sub-folders: -everything (Regular file, Directory file, Link file,...) that starts with an `a` and, +everything (Regular file, Directory file, Link file,...) that starts with an `a` and, all Regular files ending with a `z` - - You can use this for testing: https://assets.01-edu.org/devops-branch/find-files-example.zip - What to use : `find` @@ -45,6 +44,5 @@ $ You may need to use pipes `(|)` and the logical operator `&&`. - > You have to use Man or Google to know more about commands flags, in order to solve this exercise! > Google and Man will be your friends! diff --git a/subjects/devops/hello_devops/README.md b/subjects/devops/hello-devops/README.md similarity index 100% rename from subjects/devops/hello_devops/README.md rename to subjects/devops/hello-devops/README.md diff --git a/subjects/devops/joker-num/README.md b/subjects/devops/joker-num/README.md index 7f833a7a..ebd2eb13 100644 --- a/subjects/devops/joker-num/README.md +++ b/subjects/devops/joker-num/README.md @@ -3,7 +3,7 @@ ### Instructions In this exercise you are going to create a guessing game. -The script will receive the number to guess as argument. The number should be between 1 and 100 (inclusive). The player will then have 5 tries to guess the number. +Create the script `joker-num.sh` which will receive the number to guess as argument. The number should be between 1 and 100 (inclusive). The player will then have 5 tries to guess the number. To achieve this you will have to use a `for` loop. When guessing a valid number the output will be: diff --git a/subjects/devops/json-researcher/README.md b/subjects/devops/json-researcher/README.md index 8647b079..a884f0fc 100644 --- a/subjects/devops/json-researcher/README.md +++ b/subjects/devops/json-researcher/README.md @@ -2,7 +2,7 @@ ### Instructions -Create the script `json-researcher.sh` wich will show the "name" and the "power" of the superhero with `id: 1` +Create the script `json-researcher.sh` which will show the "name" and the "power" of the superhero with `id: 1` - Where to look : https://((DOMAIN))/assets/superhero/all.json @@ -20,6 +20,7 @@ $ ### Hints With `curl` you can get the content of the file from the url: + ```console $curl https://assets.01-edu.org/devops-branch/HeadTail.txt <...> @@ -43,7 +44,7 @@ $ `grep` is a command-line utility for searching plain-text data sets for lines that match a regular expression. ```console -$cat fruit.json +$cat fruit.json { "name": "apple", "color": "green", @@ -57,4 +58,4 @@ $ You may need to use pipes `(|)` and the logical operator `&&`. > You have to use Man or Google to know more about commands flags, in order to solve this exercise! -> Google and Man will be your friends! \ No newline at end of file +> Google and Man will be your friends! diff --git a/subjects/devops/strange-files/README.md b/subjects/devops/strange-files/README.md index 1c8f260a..5f43af9b 100644 --- a/subjects/devops/strange-files/README.md +++ b/subjects/devops/strange-files/README.md @@ -12,7 +12,7 @@ Create the following files: ```console $ ls | cat -e -"?$*'Hard_file'*$?\"$ +"\?$*'Hard_file'*$?\"$ firstFile$ "medium_file!"$ $