June 2019
Intermediate to advanced
328 pages
7h 27m
English
You worked through a lot of different ways to run programs in this chapter, but you’ll probably need a little more practice to commit some of the things you learned to memory. These exercises should help.
Create the following directory structure using the command line, but only press the Enter key once:
| | awesomeco/ |
| | ├── accounting |
| | │ ├── index.html |
| | │ ├── mission.html |
| | │ └── staff.html |
| | ├── engineering |
| | │ ├── index.html |
| | │ ├── mission.html |
| | │ └── staff.html |
| | ├── hr |
| | │ ├── index.html |
| | │ ├── mission.html |
| | │ └── staff.html |
| | └── marketing |
| | ├── index.html |
| | ├── mission.html |
| | └── staff.html |
Use what you learned about history and substitution to create the same directory structure again, but use amazingtek instead of ...