summaryrefslogtreecommitdiff
path: root/tests/history.right
blob: 7110223f212e9e80e51c41b4cf5341b278394b31 (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
./history.tests: history: illegal option: -x
history: usage: history [-c] [n] or history -awrn [filename] or history -ps arg [arg...]
./history.tests: history: cannot use more than one of -anrw
./history.tests: fc: illegal option: -v
fc: usage: fc [-e ename] [-nlr] [first] [last] or fc -s [pat=rep] [cmd]
    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=/tmp/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=/tmp/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=/tmp/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=/tmp/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=/tmp/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=/tmp/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=/tmp/newhistory
7	 echo displaying \$HISTFILE after history -a
8	 cat $HISTFILE
./history.tests: fc: history specification out of range
./history.tests: fc: history specification out of range
   14  set -H
   15  echo line 2 for history
   16  unset HISTSIZE
   17  unset HISTFILE
aa ab ac
echo xx xb xc
xx xb xc
echo 44 48 4c
44 48 4c
./history.tests: fc: no command found
1