cambiotraining / unix-shell

Materials for "Introduction to Unix Shell" course.
https://cambiotraining.github.io/unix-shell
Other
3 stars 7 forks source link

Ordering of exercises in section 4 #24

Closed Phuong-Le closed 3 months ago

Phuong-Le commented 3 months ago

In Section 4.7, after going through the previous exercises. When running

rm backup/cubane.pdb

I got the following error "rm: backup/cubane.pdb: No such file or directory"

I assume the "Copy with multiple filenames" exercise should be placed before the "Wildcards" exercise for "backup/cubane.pdb" to be deletable?

In other words, the current natural order to run code is

section 4.6 > "copy directories" exercise > section 4.7 > "wildcards" exercise > "Copy with multiple filenames" exercise

While it should be

section 4.6 > copy directories > "Copy with multiple filenames" exercise

section 4.7 > "wildcards" exercise

Thankfully this should be a very quick fix (but if not fixed it can be quite confusing for students and new trainers)!

tavareshugo commented 3 months ago

Thanks @Phuong-Le! I think this is fixed now, I have changed the order of the exercises and linked the correct exercises to each section.