You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Week2/MAKEME.md
+1-14Lines changed: 1 addition & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -33,20 +33,7 @@ _Deadline Tuesday_
33
33
34
34
>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
35
35
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
50
37
51
38
## Step 2: Read/do/watch
52
39
-[Introduction to media queries](https://teamtreehouse.com/library/css3/media-queries/introduction)
0 commit comments