xref: /dflybsd-src/tools/regression/bin/sh/builtins/command5.0 (revision 16e9ff28733d8bd9941b9770d79be966ba221f5f)
1# $FreeBSD: src/tools/regression/bin/sh/builtins/command5.0,v 1.2 2010/08/16 17:18:08 jilles Exp $
2command -V ls
3command -V true
4command -V /bin/ls
5
6fun() {
7	:
8}
9command -V fun
10command -V break
11command -V if
12command -V {
13
14alias foo=bar
15command -V foo
16