source: vendor/bash/3.1-p17/tests/history.right

Last change on this file was 3228, checked in by bird, 18 years ago

bash 3.1

File size: 3.2 KB
Line 
1./history.tests: line 4: history: -x: invalid option
2history: usage: history [-c] [-d offset] [n] or history -awrn [filename] or history -ps arg [arg...]
3./history.tests: line 6: history: cannot use more than one of -anrw
4./history.tests: line 9: fc: -v: invalid option
5fc: usage: fc [-e ename] [-nlr] [first] [last] or fc -s [pat=rep] [cmd]
6 1 for i in one two three; do echo $i; done
7 2 /bin/sh -c 'echo this is $0'
8 3 ls
9 4 echo $BASH_VERSION
101 for i in one two three; do echo $i; done
112 /bin/sh -c 'echo this is $0'
123 ls
134 echo $BASH_VERSION
14 for i in one two three; do echo $i; done
15 /bin/sh -c 'echo this is $0'
16 ls
17 echo $BASH_VERSION
184 echo $BASH_VERSION
193 ls
202 /bin/sh -c 'echo this is $0'
211 for i in one two three; do echo $i; done
22 echo $BASH_VERSION
23 ls
24 /bin/sh -c 'echo this is $0'
25 for i in one two three; do echo $i; done
26 1 for i in one two three; do echo $i; done
27 2 /bin/sh -c 'echo this is $0'
28 3 ls
29 4 echo $BASH_VERSION
30 5 echo line for history
31echo line for history
32 for i in one two three; do echo $i; done
33 /bin/sh -c 'echo this is $0'
34 ls
35 echo $BASH_VERSION
36 echo line for history
37displaying $HISTFILE after history -a
38echo line for history
39HISTFILE=/tmp/newhistory
40 1 for i in one two three; do echo $i; done
41 2 /bin/sh -c 'echo this is $0'
42 3 ls
43 4 echo $BASH_VERSION
44 5 echo line for history
45 6 HISTFILE=/tmp/newhistory
46 7 echo displaying \$HISTFILE after history -a
47 8 cat $HISTFILE
48for i in one two three; do echo $i; done
49/bin/sh -c 'echo this is $0'
50ls
51echo $BASH_VERSION
52echo line for history
53HISTFILE=/tmp/newhistory
54echo displaying \$HISTFILE after history -a
55cat $HISTFILE
56 1 for i in one two three; do echo $i; done
57 2 /bin/sh -c 'echo this is $0'
58 3 ls
59 4 echo $BASH_VERSION
60 5 echo line for history
61 6 HISTFILE=/tmp/newhistory
62 7 echo displaying \$HISTFILE after history -a
63 8 cat $HISTFILE
64 9 echo line 2 for history
65echo line 2 for history
66echo line 2 for history
67 1 for i in one two three; do echo $i; done
68 2 /bin/sh -c 'echo this is $0'
69 3 ls
70 4 echo $BASH_VERSION
71 5 echo line for history
72 6 HISTFILE=/tmp/newhistory
73 7 echo displaying \$HISTFILE after history -a
74 8 cat $HISTFILE
75 9 echo line 2 for history
76 10 # this should show up as one history entry
77 11 for x in one two three; do :; done
78set -H
79echo line 2 for history
80line 2 for history
814 echo $BASH_VERSION
825 echo line for history
836 HISTFILE=/tmp/newhistory
847 echo displaying \$HISTFILE after history -a
858 cat $HISTFILE
869 echo line 2 for history
8710 # this should show up as one history entry
8811 for x in one two three; do :; done
8912 # just a basic test. a full test suite for history expansion should be
9013 # created
9114 set -H
9215 echo line 2 for history
9316 unset HISTSIZE
9417 unset HISTFILE
954 echo $BASH_VERSION
965 echo line for history
976 HISTFILE=/tmp/newhistory
987 echo displaying \$HISTFILE after history -a
998 cat $HISTFILE
100./history.tests: line 75: fc: history specification out of range
101 14 set -H
102 15 echo line 2 for history
103 16 unset HISTSIZE
104 17 unset HISTFILE
105aa ab ac
106echo xx xb xc
107xx xb xc
108echo 44 48 4c
10944 48 4c
110./history.tests: line 90: fc: no command found
1111
Note: See TracBrowser for help on using the repository browser.