datacarpentry / shell-genomics

Introduction to the Command Line for Genomics
https://datacarpentry.org/shell-genomics
Other
62 stars 190 forks source link

shell-genomics/02-the-filesystem - hidden directory exercise #313

Open duanyuncheng opened 2 years ago

duanyuncheng commented 2 years ago

In the exercise Finding hidden directories, ls -a will output . .. .hidden sra_metadata untrimmed_fastq to the terminal. I think that leaving the . and .. there without explanations might make the learners confused (what are those two directories start with a dot?). Since cd ../ was introduced before this exercise, this exercise might be a good place to add the introduction to .. and/or ., which will only take one sentence or two. Or maybe introduce this exercise before introducing cd ../ so that the learners have some sense of what .. represents before they are taught to use cd ../ to navigate to the parent directory.

martinosorb commented 1 year ago

+1 I actually taught this today and I had to stop and explain.