]> git.ipfire.org Git - thirdparty/bash.git/blame - tests/type.right
Imported from ../bash-2.03.tar.gz.
[thirdparty/bash.git] / tests / type.right
CommitLineData
b72432fd 1./type.tests: type: illegal option: -f
d166f048
JA
2type: usage: type [-apt] name [name ...]
3./type.tests: type: notthere: not found
4./type.tests: command: notthere: not found
5function
6keyword
7alias
8builtin
9file
10file
cce855bc 11file
d166f048
JA
12func is a function
13func ()
14{
15 echo this is func
16}
17while is a shell keyword
18while is a shell keyword
19m is aliased to `more'
20builtin is a shell builtin
21/bin/sh is /bin/sh
22func
23func is a function
24func ()
25{
26 echo this is func
27}
28while
29while is a shell keyword
30alias m='more'
31alias m='more'
32alias m='more'
33m is aliased to `more'
34builtin
35builtin is a shell builtin
36/bin/sh
37/bin/sh is /bin/sh
38./type.tests: type: func: not found
39./type.tests: type: m: not found
40/bin/sh
41/tmp/bash
42bash is hashed (/tmp/bash)
cce855bc
JA
43file
44hits command
45 1 /bin/sh
46 3 /tmp/bash