Skip to content

Commit ebafe77

Browse files
authored
Update etherpad_template.md
added exercises for Project Organization
1 parent d95406e commit ebafe77

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

instructors/etherpad_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,21 @@ Run the updated script.
187187

188188
## [Project Organization[(https://datacarpentry.org/shell-genomics/06-organization.html)
189189

190+
### EXERCISE
191+
Use the `mkdir` command to make the following directories:
192+
193+
```
194+
dc_workshop
195+
dc_workshop/docs
196+
dc_workshop/data
197+
dc_workshop/results
198+
```
199+
- - -
200+
201+
### EXERCISE
202+
203+
Using your knowledge of the shell, use the append redirect >> to create a file called `dc_workshop_log_XXXX_XX_XX.sh` (Use the four-digit year, two-digit month, and two digit day, e.g. `dc_workshop_log_2017_10_27.sh`)
204+
190205
## Evaluation and Feedback
191206

192207
Instructors and lesson maintainers use these responses to improve the lesson.

0 commit comments

Comments
 (0)