-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathshellHistory.txt
More file actions
129 lines (129 loc) · 1.29 KB
/
shellHistory.txt
File metadata and controls
129 lines (129 loc) · 1.29 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
history
clear
pwd
ls -la
history | sort | tail -n 10 > output.txt
grep pwd < output.txt
grep history < output.txt
clear
cd ../
mkdir mynewfolder
output.txt
clear
cd /CodingAssignment4
cd CodingAssignment4
clear
grep history < output.txt > myNewFile.txt
exit
%appdata%
clear
history
clear
exit
cd
pwd
exit
cd
cd ../
cd
cd ../
cd kirbitz
cd Documents/CodingAssignments
cd CodingAssignment4
clear
history
clear
cd
cd ./
cd ../
cd ../
ls
exit
cd
cd ../
cd ../
ls
cd ../
ls
exit
clear
history
history | sort | tail -n 10
clear
exit
clear
pwd
clear
history
history | grep cd | sort
history | grep cd | sort > output.txt
./project
./project4
exit
clear
cd
cd ../
exit
clear
history
history
clear
grep ../ < output.txt > test.txt
pwd
clear
cd ../
history
exit
clear
history
clear
history
history
cd ../
history
clear
history
clear
exit
clear
history
cd
history
clear
exit
clear
pwd
clear
ls -la
history | grep history | sort | tail -n 10
cd
cd ../
pwd
ls
cd ../
ls
history
exit
clear
ls -la
pwd
history
cd
exit
clear
pwd
ls -la
history
clear
history | grep history
clear
history | grep history | sort | tail -n 10
clear
ps -aux
clear
mkdir myFolder
clear
history > output.txt
grep history < output.txt
grep history < output.txt > test.txt
grep history < output.txt | tail -n 10 > test.txt