Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0dd0612

Browse files
authored
Update MAKEME.md
Clarify CLI exercise
1 parent 846fc33 commit 0dd0612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Week1/MAKEME.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Using the CLI, create a plain text file (`.txt`) that contains the commands nece
2222

2323
1. How do I create a hidden file or folder? How do I display it in the CLI?
2424
2. How do I create multiple nested directories, like `/c/Users/myusername/these/folders/are/just/for/fun`?
25-
3. How do I append a message to a file, without a newline character, so the output would be:
25+
3. Write more than one command that will create a file that looks like the following (you are **not** allowed to use the newline character (\n)):
2626

2727
```
2828
first message

0 commit comments

Comments
 (0)