summaryrefslogtreecommitdiffstats
path: root/tests/history.right
blob: 5273de6bc85309936db10ec8e5287ff198321f1b (plain)
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
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
./history.tests: line 17: history: -x: invalid option
history: usage: history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg [arg...]
./history.tests: line 19: history: cannot use more than one of -anrw
./history.tests: line 22: fc: -v: invalid option
fc: usage: fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]
    1  for i in one two three; do echo $i; done
    2  /bin/sh -c 'echo this is $0'
    3  ls
    4  echo $BASH_VERSION
1	 for i in one two three; do echo $i; done
2	 /bin/sh -c 'echo this is $0'
3	 ls
4	 echo $BASH_VERSION
	 for i in one two three; do echo $i; done
	 /bin/sh -c 'echo this is $0'
	 ls
	 echo $BASH_VERSION
4	 echo $BASH_VERSION
3	 ls
2	 /bin/sh -c 'echo this is $0'
1	 for i in one two three; do echo $i; done
	 echo $BASH_VERSION
	 ls
	 /bin/sh -c 'echo this is $0'
	 for i in one two three; do echo $i; done
    1  for i in one two three; do echo $i; done
    2  /bin/sh -c 'echo this is $0'
    3  ls
    4  echo $BASH_VERSION
    5  echo line for history
echo line for history
	 for i in one two three; do echo $i; done
	 /bin/sh -c 'echo this is $0'
	 ls
	 echo $BASH_VERSION
	 echo line for history
displaying $HISTFILE after history -a
echo line for history
HISTFILE=$TMPDIR/newhistory
    1  for i in one two three; do echo $i; done
    2  /bin/sh -c 'echo this is $0'
    3  ls
    4  echo $BASH_VERSION
    5  echo line for history
    6  HISTFILE=$TMPDIR/newhistory
    7  echo displaying \$HISTFILE after history -a
    8  cat $HISTFILE
for i in one two three; do echo $i; done
/bin/sh -c 'echo this is $0'
ls
echo $BASH_VERSION
echo line for history
HISTFILE=$TMPDIR/newhistory
echo displaying \$HISTFILE after history -a
cat $HISTFILE
    1  for i in one two three; do echo $i; done
    2  /bin/sh -c 'echo this is $0'
    3  ls
    4  echo $BASH_VERSION
    5  echo line for history
    6  HISTFILE=$TMPDIR/newhistory
    7  echo displaying \$HISTFILE after history -a
    8  cat $HISTFILE
    9  echo line 2 for history
echo line 2 for history
echo line 2 for history
    1  for i in one two three; do echo $i; done
    2  /bin/sh -c 'echo this is $0'
    3  ls
    4  echo $BASH_VERSION
    5  echo line for history
    6  HISTFILE=$TMPDIR/newhistory
    7  echo displaying \$HISTFILE after history -a
    8  cat $HISTFILE
    9  echo line 2 for history
   10  # this should show up as one history entry
   11  for x in one two three; do 	:; done
set -H
echo line 2 for history
line 2 for history
4	 echo $BASH_VERSION
5	 echo line for history
6	 HISTFILE=$TMPDIR/newhistory
7	 echo displaying \$HISTFILE after history -a
8	 cat $HISTFILE
9	 echo line 2 for history
10	 # this should show up as one history entry
11	 for x in one two three; do 	:; done
12	 # just a basic test.  a full test suite for history expansion should be
13	 # created
14	 set -H
15	 echo line 2 for history
16	 unset HISTSIZE
17	 unset HISTFILE
4	 echo $BASH_VERSION
5	 echo line for history
6	 HISTFILE=$TMPDIR/newhistory
7	 echo displaying \$HISTFILE after history -a
8	 cat $HISTFILE
./history.tests: line 90: fc: no command found
   15  echo line 2 for history
   16  unset HISTSIZE
   17  unset HISTFILE
   18  # now an out-of-range error because of the one=two not found in history
aa ab ac
echo xx xb xc
xx xb xc
echo 44 48 4c
44 48 4c
./history.tests: line 105: fc: no command found
aa
bb
cc
echo cc
echo cc
cc
aa
bb
cc
echo cc
echo cc
cc
1
one
two
three
    1  cat <<!
one
two
three
!

    2  history
cat <<!
one
two
three
!

one
two
three
5.2
echo ${BASH_VERSION%\.*}
5.2
	 echo ${BASH_VERSION%\.*}
a
b
c
d
e
    1  echo a
    2  echo b
    3  echo c
    4  echo d
    5  echo e

    1  echo a
    2  echo e
f
g
h
i
    1  echo a
    2  echo e
    3  echo f
    4  echo g
    5  echo h

./history3.sub: line 40: history: 16: history position out of range
./history3.sub: line 41: history: 200: history position out of range
./history3.sub: line 42: history: -20: history position out of range
./history3.sub: line 43: history: -50: history position out of range
./history3.sub: line 44: history: 5-0xaf: history position out of range
    1  echo a
    2  echo e
    3  echo f
    4  echo g
    5  echo h


0
1
2
(left
mid
right)
A
B

(left
mid
right)
A
B

(left
mid
right)
A
B

0
1
2
(left
mid
right)
A
B
(left
mid
right)
A
B

0
1
2
(left
mid
right)
A
B
(left
mid
right)
A
B
a
b
./history5.sub: line 24: fc: history specification out of range
./history5.sub: line 25: fc: no command found
1	 echo a
2	 echo b
3	 fc -0	# error
4	 fc -s -0	# error
c
6	 echo c
8	 fc -l -0
d
echo d
d
a
b
c
d
e
f
4	 echo d
5	 echo e
6	 echo f
out of range 1
6	 echo f
7	 fc -l
8	 echo out of range 1
out of range 2
8	 echo out of range 1
9	 fc -l 502 498
10	 echo out of range 2
out of range 3
10	 echo out of range 2
11	 fc -l 498 502
12	 echo out of range 3
out of range 4
13	 fc -l 1 99
1
2
3
4
5
6
    3  echo 3
    4  echo 4
    5  echo 5
    6  echo 6
    3  echo 3
    4  echo 4
    5  echo 5
6
7
    4  echo 4
    5  echo 5
    6  echo 6
    7  echo 7
    4  echo 4
    5  echo 5
    6  echo 6
7
8
    5  echo 5
    6  echo 6
9
10
    5  echo 5
    6  echo 6
    7  echo 9
    8  echo 10
    5  echo 10