Browse Source

docs(change-struct): remove repeated info of the Readme

DEV-4017-prototypes-exercise-1-animals
miguel 2 years ago committed by MSilva95
parent
commit
3049697bf4
  1. 4
      subjects/devops/change-struct/README.md

4
subjects/devops/change-struct/README.md

@ -14,10 +14,8 @@ Use the correct commands to create the following file structure:
- Rename the folder `10`, to `new_folder`
- Copy the folder `1` inside the folder `8`
In this exercise you wil use the command `tree` to see the file structure as in the example bellow. `tree` is a recursive directory listing program that produces a depth-indented listing of files. With no arguments, `tree` lists the files in the current directory.
```console
User-> tree new-struct/
$ tree new-struct/
new-struct/
├── 0_to_3
   ├── 0

Loading…
Cancel
Save