command:
Run command with args suppressing the normal shell function lookup, Only builtin commands or commands found in the PATH are executed.
-p:using default value for PATH to find standard utilities.只使用系统预设PATH
-v:
-V:
command:
#!/bin/bash
builtin command "$@"
原文:https://www.cnblogs.com/dissipate/p/13226789.html