mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-06-22 05:17:59 +02:00
181 lines
4.0 KiB
Plaintext
181 lines
4.0 KiB
Plaintext
./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 89: 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: line 104: 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.0
|
|
echo ${BASH_VERSION%\.*}
|
|
5.0
|
|
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
|
|
|