]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/builtins/command3.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / builtins / command3.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/builtins/command3.0 211399 2010-08-16 17:18:08Z jilles $
71aad674
A
2command -v ls
3command -v true
4command -v /bin/ls
5
6fun() {
7 :
8}
9command -v fun
10command -v break
11command -v if
12
13alias foo=bar
14command -v foo