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

Skip to content

Commit 6825393

Browse files
authored
updated command line homework
1 parent f99b85c commit 6825393

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

Week2/MAKEME.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,7 @@ _Deadline Tuesday_
3333

3434
>We covered a bit of command line usage in the first class and got a program running which is great. If you need a refresher for the command line please have a look here: https://github.com/HackYourFuture/CommandLine
3535
36-
```
37-
Write commands to do following:
38-
1. create a directory. Enter a directory. Create an empty file named blank.
39-
2. Then write the content `"Hello"` five times to the file greetings.txt.
40-
Then copy the file greetings.txt and paste its contents into 1.txt, 2.txt, 3.txt, 4.txt and 5.txt.
41-
3. Then write the text "cat" to pets.txt
42-
Then append the text "dog" to pets.txt
43-
Then append the text "hamster" to pets.txt
44-
4. Then write the text "cat" to commands.txt
45-
Then append the text "ls" to commands.txt
46-
Then append the text "pwd" to commands.txt
47-
5. Then find unique strings from these two files pets.txt and commands.txt
48-
and store the unique strings in lovelyCommands.txt
49-
```
36+
Make the command line homework that is listed here: https://github.com/HackYourFuture/CommandLine/blob/master/HomeWork1.md
5037

5138
## Step 2: Read/do/watch
5239
- [Introduction to media queries](https://teamtreehouse.com/library/css3/media-queries/introduction)

0 commit comments

Comments
 (0)