forked from PurdueCS190-FALL2014/lab2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathanswers.txt
81 lines (45 loc) · 1000 Bytes
/
answers.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
#/bin/bash
# CS190 Lab2 Answer Sheet
# NOTE: Ignore the line directly below any "# ignore" statement.
# ignore
cd; curl -sL https://raw.githubusercontent.com/PurdueCS190/lab2/master/lab2init | /bin/bash
# ignore
cd ~/cs190lab2
# ==========================
# Directions
# ==========================
# Follow the format below to answer each numbered task.
#
# -----------------
# Task 0 Answer
# -----------------
ls cat
# ==========================
# Beginning of answer sheet.
# ==========================
# ignore
cd ~/cs190lab2
# -----------------
# Task 1 Answer
# -----------------
# -----------------
# Task 2 Answer
# -----------------
# -----------------
# Task 3 Answer
# -----------------
# ignore
cd ~/cs190lab2/dog
# -----------------
# Task 4 Answer
# -----------------
# ignore
cd ~/cs190lab2/fox/sounds
# -----------------
# Task 5 Answer
# -----------------
# ignore
cd ~/cs190lab2/cat/sounds
# -----------------
# Task 6 Answer
# -----------------