.TH "command" 1 "8 Feb 2007" "Version 1.22.3" "fish" \" -*- nroff -*- .ad l .nh .SH NAME command - run a program .PP .SS "Synopsis" \fCcommand COMMANDNAME [OPTIONS...]\fP .SS "Description" prefixing a command with the word 'command' forces fish to ignore any functions or builtins with the same name. .SS "Example" \fCcommand ls\fP .PP causes fish to execute the ls program, even if there exists a 'ls' function.