source: trunk/essentials/app-shells/bash/builtins/command.def@ 3506

Last change on this file since 3506 was 3228, checked in by bird, 19 years ago

bash 3.1

File size: 5.7 KB
Line 
1This file is command.def, from which is created command.c.
2It implements the builtin "command" in Bash.
3
4Copyright (C) 1987-2004 Free Software Foundation, Inc.
5
6This file is part of GNU Bash, the Bourne Again SHell.
7
8Bash is free software; you can redistribute it and/or modify it under
9the terms of the GNU General Public License as published by the Free
10Software Foundation; either version 2, or (at your option) any later
11version.
12
13Bash is distributed in the hope that it will be useful, but WITHOUT ANY
14WARRANTY; without even the implied warranty of MERCHANTABILITY or
15FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
16for more details.
17
18You should have received a copy of the GNU General Public License along
19with Bash; see the file COPYING. If not, write to the Free Software
20Foundation, 59 Temple Place, Suite 330, Boston, MA 02111 USA.
21
22$PRODUCES command.c
23
24$BUILTIN command
25$FUNCTION command_builtin
26$SHORT_DOC command [-pVv] command [arg ...]
27Runs COMMAND with ARGS ignoring shell functions. If you have a shell
28function called `ls', and you wish to call the command `ls', you can
29say "command ls". If the -p option is given, a default value is used